Hi
I want to generate configuration structures used by SDK as "const"
All the structures generated by SDK config tool are "not const" and therefore, put in RAM. We wonder if there's a way to generate them as "const"
Is it possible to do that or not ?
I am using S32K142 EVB and s32kDS3.4
Solved! Go to Solution.
I'm afraid the answer is no. This is hardcoded, there's no such configuration.
Regards,
Lukas
Hi Rehab,
it's possible only if you can see such option directly in the configuration tool. For example:
Regards,
Lukas
Hi Lukas
Yes you are right but what about the pin configuration? is it possible to do it for pin also?
I can't see such option for pin configuration.
Regards,
Lukas
yes There is no option.
As you know that s32k DS generates pin_mux.c file after I configure it from pin configuration tool and It is an array and its type is struct so when I configure another pin the position of the last pin may be changed so I want if I configure pins after that they are placed on the end after the pins exist on the array Is it possible to to that or not ?
I'm afraid the answer is no. This is hardcoded, there's no such configuration.
Regards,
Lukas
Ok thanks for your support