User Activity

I am looking for some help with the setup and use of the  Cyclic Redundancy Check (CRC) unit implemented in the SPC56 family of automotive uCs; So far I could not find a single sample of code showing how to configure and use it with one of the differ...
I created a configuration called "Release" and inside it I defined under C/C++ General --> Paths and Symbols a symbol following the advice from several "google" searches but when I try to use it inside a file like:#[if defined(_RELEASE_MODE_)]​ ......
 I am asking because I created a second configuration (Now I have the " Default" and the "Release"). My goal is to find a way to force the linker to use one .ld file with the " Default" configuration and another .ld file with the "Release" configurat...
Posted on July 09, 2018 at 03:46HelloI was told that the FPU is not normally enabled in the SPC5Studio (I am using the SPC56ELxx family), which is odd but ok. The issue is that I was told also that through the build options in SPC studio it can be e...