Posted on June 18, 2015 at 17:03In general in SPC5Studio it is better to assume that it is in the configuration. Project properties do not do much because projects are Makefile-based and the makefile is generated. Giovanni
Posted on June 11, 2015 at 16:23Enabling preemption means that the stack must be large enough to accommodate the WORST case of: SS(1)+...+SS(N-1)+SA Where: SS1: Largest stack used by all ISRs at priority 1. SS(N-1): Largest stack used by all ISRs at...
Posted on April 22, 2015 at 13:59Hi, It is harmless, Eclipse is unable to find them. You can add the paths to the project options. We will look into making Eclipse CDT discover them automatically. Giovanni
Posted on April 07, 2015 at 11:40Hi, That compiler does not support the VLE instructions set so it cannot be used with e200z cores. Some SPC56 devices can also use book-e code (SPC56x devices with e200z3 and e200z4 cores) but the scenario is not sup...