User Activity

Hi all, I am using the NUCLEO-H7S3L8 board, and trying to boot MCU from the bootloader.Based on the reference manual, the conditions for that at the MCU reset :PRODUCT_STATE = OpenNVSTATE = OPENBOOT0 = HighI checked PRODUCT_STATE = Open at the option...
HelloI would like to get the debugging information from elf file to make my own monitoring program.Is there any recommended way to extract debugging information from elf with easy handling format such as XML ?Is ST providing any utility to convert dw...
I'm trying bootloader of nucleo STM32G474RE and faced several issues : It seems only 8bytes alignment is working for flash writing while AN2606 table.7 says it requires 4bytes alignment.In an2606 table.141, valid RAM area is from 0x20000000 to 0x2000...