SPC58EC with Flash driver
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 : FPT Team
and the function exported.
extern UINT32 FlashProgram ( PSSD_CONFIG pSSDConfig,
BOOL factoryPgmFlag,
UINT32 dest,
UINT32 size,
UINT32 source,
PCONTEXT_DATA pCtxData
);
I modify the eeprom_lld.c as bleow for programming the software. I checked that the len=8U works. (8U is defined in examples.)
If the len is set to 6, it is not work. in case of 4 then it is partly works. (4byte date programmed and 4bytes are skipped). Are there any way to write down the data with variable length?
