I download S32DS_Power_Win32_v1.2_b170613 at 2017/7/21.
I can`t Debug a Project from RAM because i have no Debug_RAM option.
Here is the pic.
Someone who can help me ?
what`s wrong with my software?
Solved! Go to Solution.
Hi,
It seems you created a new project for MPC5748G from an example.
Some examples does not include Debug_RAM build configuration.
I'd recommend you either to create a new bare board project and copy the source files.
Or create a new "Debug_RAM" Build Configuration (you will have to add a RAM .ld liker file) as suggested above.
BR,
Stan
Hi,
It seems you created a new project for MPC5748G from an example.
Some examples does not include Debug_RAM build configuration.
I'd recommend you either to create a new bare board project and copy the source files.
Or create a new "Debug_RAM" Build Configuration (you will have to add a RAM .ld liker file) as suggested above.
BR,
Stan
Hello
You are exactly right, i created a new project for MPC5748G from an example.
After I create a new bare board project , I can Debug_RAM now.
About creating a new "Debug_RAM" Build Configuration ,I will try that later.
Thanks for the help.
pang
Hello,
here is similar question (missing FLASH target) Missing FLASH target with correct answer. If it is not working for you - please share more details about your project. It is from example? For which MCU?
Jiri
Hello
Firstly ,Thank you .
i created a new project for MPC5748G from an example.
as Stanislav Sliva say, i create a new bare board project and i can Debug_RAM now.
Thanks anyway.
pang