Other Parts Discussed in Thread: MOTORWARE
Hi,
Can you provide a list of changes required to modify the Motorware examples to use the latest compilers?
I think I'm suffering from the change in ramfunc handling (application based on Motorware 18 lab examples with compiler 18.1.4) - keeping getting IllegalISRs when running the Flash build.
So far, I've got:
1. replace #pragma CODE_SECTION with __attribute__((ramfunc))
2. modify the memory map (haven't got the to bottom of what exactly yet)
3. should I remove the memCopy((uint16_t *)&RamfuncsLoadStart,(uint16_t *)&RamfuncsLoadEnd,(uint16_t *)&RamfuncsRunStart); (et. al)?
thanks
Mat