User Activity

Hello, I am using SPC58EC and I want to write DCF records, is it possible to do that in the code, I saw couple of example which are using Lauterbach script. If it is possible is there any application note or documentation for this? I also saw to upda...
I am using SPC58EC disp board. I can upload code and see led is linking when I reset the board. But I can not debug it, my code’s start location is 0x01020000 but it is going somewhere else. I asked if I can set debug start location to PLS and they s...
Hello, there may be mistake in ST library. In reference manual registers are like that.In the library SEMA4_RSTGT has two different addresses for read and write but those are in the same address.With this when I try to reset gate it goes to one of er...
Hello, I am using SPC58EC-Disp board. Core2 is already active and has timer interrupts. I need to set a timer interrupt in Core 0. I am trying use PIT0 and PIT0 configuration is done by Core2 so I think I only need to do PIT0 Channel settings. Two co...
I am using SPC58EC. When I compile same code with GNU and GHS(Green Hills Software) I see different results.int main(void) {     uint8_t mode;   MC_ME.PCTL[15].R = (uint8_t)18; mode = (uint8_t)MC_ME.MCTL.B.TARGET_MODE;   //SPCSetRunMode /* Clear...
Kudos from