User Activity

I just started using the NUCLEO-H755ZI-Q demo board. I created new project, and did not write any code. During project creation I clicked YES to init all peripherals.At debug I noticed two issues:1- At the beginning of Main(), it is going to Error_Ha...
When I try to run a project in Release I get this message:No source available for "Reset_Handler() at 0x80007c4"What does this mean ?I do not see it in debug, and BTW I did set the mode to Release...
I am new to STM32H7xx, and in the datasheet of these microcontrollers I read:"...The LCD-TFT display controller provides a 24-bit parallel digital RGB (Red, Green, Blue) and delivers all signals to interface directly to a broad range of LCD and TFT p...
I got the STM32H747I-DISCO Discovery kit, and I made screen with just two buttons. On the gfx simulator, everything is fine, but as you can see on attached picture, on the real LCD I see so many error pixels both around the buttons, and diagonally. I...
Hello,I got the demo board: STM32H747I-DISCO. I am seeing something that does not seem right. All I am trying to do is to programmatically turn ON/OFF the four user LEDs. Here is code:// Init LED IO ports GPIO_InitTypeDef myLed = {0}; myLed.Pin = GPI...
Kudos from