User Activity

Hi there, I'm fixing the jump function from my custom bootloader to the application, below the code:  static void __inline__ CheckAPPjumpRESET(void) { /*.-.-.| Local variables: |.-.-.*/ u32t uiI = 0; /*.-.-.| Execution: |.-.-.*/ if(GetRESETkey()...
Hi there.As usual, I'm there with a new issue... Developing a custom Bootloader, I'm trying to disable both Instruction and Data chaches.As I read on the ST AN4839, before deactivating the DCache, I would also Clean it.No problem with the Icache, but...
Hi there,I developed a custom bootloader for a STM32H755 MCU.I successfully tested my bootloader on a NUCLEO H755  board (with small projects), and all seems ok.Moving on my final board, with the actual Firmware to be downloaded I'm experiencing an u...
Hi there!I already configured LwIP package and make it work on a NUCLEO-H755ZIQ following @Adam BERLINGER gude in the Knowledge base section.Even if the communication is working, some configurations are to me totally cryptic...In particular, I would ...
Hi there!I already configured LwIP package and make it work on a NUCLEO-H755ZIQ following @Adam BERLINGER gude in the Knowledge base section:https://community.st.com/t5/stm32-mcus/how-to-create-project-for-stm32h7-with-ethernet-and-lwip-stack/ta-p/49...