STM32U5A9J-DK IDE Problem
Hello everyone, when I compile the code with the designer and throw it away, there is no problem, but when I create it via CubeMX and open it in CubeIDE and compile it, I encounter problems.
For example:
STM32U5A9NJHXQ_FLASH.ld ->
EXT_FLASH (r) : ORIGIN = 0x90000000, LENGTH = 64M
When the ext_flash address is like this, it falls to hardfault.
Other example:
While I can throw the project I created on Designer to the device with ST-LINK without any problem (graphics, etc.), when I throw the project I created on CubeMX, no display appears on the screen. I can't find a source about this and the topics I have found are very old.
