Hi, I'm jongchan.
I'm trying to execute S32K without debugger.
I referred below link.
but I can't run my board after power reset.
How can I do for this problem?
Solved! Go to Solution.
Hi jongchan,
I know that you have define START_FROM_FLASH in Standard S32DS Assembler -> Preprocessor
IDE:
S32 Design Studio for S32 Platform
- Version: 3.3
- Build id: 200610
MCU:
S32K118
SDK:
Seems that you are using "SDK RTM v4.0.1".
Did you created project with "S32DS Application project" button?
Have you tried "S32DS Project from example" button (hello_world_s32k118) and does it works fine with and without debugger?
Would you please attached a test project here? So that I can check it.
Best Regards,
Robin
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------
Hi jongchan,
I know that you have define START_FROM_FLASH in Standard S32DS Assembler -> Preprocessor
IDE:
S32 Design Studio for S32 Platform
- Version: 3.3
- Build id: 200610
MCU:
S32K118
SDK:
Seems that you are using "SDK RTM v4.0.1".
Did you created project with "S32DS Application project" button?
Have you tried "S32DS Project from example" button (hello_world_s32k118) and does it works fine with and without debugger?
Would you please attached a test project here? So that I can check it.
Best Regards,
Robin
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------
Hi Robin,
Thanks. I am able to check my board run.