User Activity

Hi,I am trying to implement MCU sleep and wakeup mechanism using the MCU with the part number SPC560C50L3. I have developed a piece of code with reference to few reference documents(Reference Manual RM0017, AN4231, AN3316).In the sample code which I...
Hello, I am using SPC560C50L3 microcontroller for my application. I am trying to implement Non-Maskable interrupt at the pin number PA[1]. I tried configuring the NMI related registers but while executing the NMI configuration function the core is g...
Posted on June 20, 2017 at 13:43Hello All,I am working on SPC560B54L5 board using SPC5studio version 5.2.3.I am trying to generate the clock output using the XOSC frequency. I  enabled the corresponding GPIO (PA[0] for CLKOUT) by selecting the appro...
Posted on May 30, 2017 at 13:35Hello All, I am working on SPC560B54L5 board using SPC5studio version 5.2.3.I am trying to implement the checksum calculation on the C-flash memory in my application. In order to implement checksum I am making use of '...
Posted on May 29, 2017 at 13:33Hello All, I am working on SPC560B54L5 board using SPC5studio version 5.2.3.I can able to write to C-flash memory using Flashprogram() api of flash driver component. In addition to that I also want to read byte by byte...