User Activity

I'm using a STM32H753 with external RAM. We were using it for LCD framebuffer. Now we are trying to migrate the stack and heap to the external RAM, when we run the code, getting hardfault on lines where std::array is declared. Any idea on how to debu...
I am trying to jump from bootloader from application, I tried the methods given here(adapted to jump to application from bootloader) and here.I am always getting hardfault on executing the setmsp call. The disassembly of the __set_MSP translates to L...
In our cmake C++ project, the call graph window doesn't show anything, where as Function list windows displays all the function along with stack usage.
I am working to generate the CRC for the flash memory, During this I am facing hard fault when the CRC module tries to read from certain flash locations, to debug it I made a small loop which assigns the value of each 4 byte. I found that reading at ...
I am trying to develop external flash loader, which will use the cubeprogrammer utility, I am facing the following error, 1) When I try to use cubeide for the project, If I remove the main and made necessary changes in startup.s and in linker, gettin...
Kudos from