Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with nucleo boards at all configurations with Arduino IDE #3368

Open
Cichyk41 opened this issue Jun 17, 2024 · 0 comments
Open

Issue with nucleo boards at all configurations with Arduino IDE #3368

Cichyk41 opened this issue Jun 17, 2024 · 0 comments

Comments

@Cichyk41
Copy link

  1. STM32 nucleo fails to display the graphic test properly, Checked nucleo pinout, port A and port B, Checked if all pins work correctly, othyer boards (ESP32) work just fine.
  2. Arduino IDE
  3. TFT_eSPI library version - latest
  4. Board package version STM32duino 2.7.1
  5. F446RE & L552ZE
  6. TFT SSD1963
  7. Interface type (parallel)

Plus further information as appropriate to the problem:

  1. TFT to processor connections used: All

"Hardcoded"
" #define D0_PIN_MASK (1UL<< 9) // Set/clear mask for PA9
#define D1_PIN_MASK (1UL<< 7) // Set/clear mask for PC7
#define D2_PIN_MASK (1UL<<10) // Set/clear mask for PA10
#define D3_PIN_MASK (1UL<< 3) // Set/clear mask for PB3
#define D4_PIN_MASK (1UL<< 5) // Set/clear mask for PB5
#define D5_PIN_MASK (1UL<< 4) // Set/clear mask for PB4
#define D6_PIN_MASK (1UL<<10) // Set/clear mask for PB10
#define D7_PIN_MASK (1UL<< 8) // Set/clear mask for PA8 "

PORT A and PORT B
= Same result on all types

  1. only a graphics test one lib used from 480x800 ssd1963
  2. https://youtu.be/BfObMnTfUJk?si=3dm3MOQrBkRXPsic

Thanks for your time!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant