User Activity

HelloI am try to apply flash code to my project but it shows strange behavior.If I run run the code without break, program gose unhandled exception2.If put some break points here, flash erase and flash program works well.Left: Just before enter the f...
Hello, I am currently struggline with flash program with some tools.The tool send 62byte data with CAN FD and I want to write down it.I am using SPC5Studio with Flash_driver (ssd_c55.h)* FILE NAME : ssd_c55.h ** DATE : December 19, 2011 ** AUTHOR : F...
Hello, I am currently using SPC58EC80 with SPC5Studio.I have some problem to load the data located in ROM area to RAM area when boot. I am using " > CAL_RAM AT > CAL_ROM" command for loading the data from 0x013A0000 to 0x400B0000.I check the RAM area...
I want to change the CAN speed with changed parameter which is defined in rom.c file. SY_CANBD = 1. But the FDCAN(Classic CAN mode) do not send the defined CAN data. If I starts the debugging mode, it starts to transmit the data. /* FDCAN2 init funct...
I am doing one project with STM32H743ZI.I am using the external interrupt and copy the signal and set the output as input.But is shows about 700us delay.I do not know the reason why its gives such a big delay.