Hello!
My project is S32K116/118, when I use the flash module I trapped in a hardfault trouble.
My question code followed, it is also in the flash_driver.c
when I enter the FLASH_DRV_CommandSequence I met the hardfault.( I even cannot enter this function)
The FLASH_DRV_CommandSequence which is defined in the ram.
The parameter pSSDConfig is surely correct.
And my memory areas are following, I have combined two sectors SRAM_U(m_data).
Besides, I also found in the map docunment, the relevant code has been compiled, and it is in the ram area. It means that
So, I really don't know how to address it. Please help me!
#S32K1xx
解決済! 解決策の投稿を見る。
It is solved. Because .mk document in my vscode is wrong.