User Activity

I have developed a program that performs IAP (In-Application Programming). I am using single bank mode.The manual states:"An on-going Flash memory operation does not block the CPU as long as the CPU does not access the same Flash memory bank."However...
I saw __heapstats() that for ARM compiler and backtrace(). Theoretically using gcc the backtrace function should be available including <execinfo.h> but this generate an build error.Does someone have suggestions?Thank youMarco
I am developing a board that hosts a second board that has an SPC560P mounted. On host board I will have an STM32 mcu and the 2 MCUs are communicating by UART.My goal is to use BAM for loading the progam from into SPC560P. Actually I was able to swit...
Im my system based on STM32H753 I would like to use system bootloader by USART1.After struggling with my PCB without getting bootloader working then I switched to NUCLEO-H743ZI2 board.From AN2606 I know that PA10 is RX input and PA9 is TX output so I...