解決済み: Hello, I am using S32DS 3.5 update 10 + RTD 3 for S32K312 and trying to put some code to .ramcode section so that it runs from RAM. ie. for
查一下编译器的手册,会说明的。一般 #pragma CODE_SECTION 是将代码写入制定的位置,看上去像是把中断服务放在制定的位置把
Since RAM section in default PRM is 8k, the received error was expected.Any clue?ThanksFred. Labels: General 0 Kudos Reply All forum topics Previous Topic Next Topic 5 Replies 07-05-2007 08:37 PM 874 Views Alban Senior Contributor II Hello,The code is probably incompatible ...
If you want to use an earlier CW version, you need to follow the steps of Technical Note TN228 (attached below) to copy this section of the code from flash to ram. We think that the best way to proceed is to download the latest CW version.Reference of Interest:FAQ...
One more thing, if you do the change you mentioned (= change the prm section to Read Only), the codewill notwork. The idea is that CW 4.5 and 4.6 make the copy from Flash to RAM when a Read-Write section with code is found. ...
If you want to use an earlier CW version, you need to follow the steps of Technical Note TN228 (attached below) to copy this section of the code from flash to ram. We think that the best way to proceed is to download the latest CW version.Reference of ...