Hi all
I need some doc about #pragma command.
especially about the introduction of SECTION
here is the demo in codewarrior
Hello,
Unfortunately, this directive is not available is S32DS but you can look at the next post:
https://community.nxp.com/docs/DOC-342073
Best Regards,
Alexis Andalon
Hello Alexis
So the following usage is correct?
#define START_RAM_SECTION __attribute__((section(".code_ram")))
#define STOP_RAM_SECTION
START_RAM_SECTION
void test(void)
{
.........
}
STOP_RAM_SECTION
Hello 陈 金怀,
In case of code placing, check the following document:
https://community.nxp.com/docs/DOC-334030