Flash drivers for SPC56 L line
Flash library for SPC56xL
Hi,
I need to develop my own bootloader for SPC56EL60 microcontroller, I downloaded the flash library from SPC5 Studio, but in the Flash .c source files I see only const unsigned char values like these (from FlashInit.c):
const unsigned char FlashInit_C[] =
{ 0x18, 0x21, 0x06, 0xE0, 0x00, 0x80, 0x1B, 0x41, 0x09, 0x08, 0xD9, 0x01, 0x01, 0x3F, 0x73, 0x40, 0xE0, 0x30, 0xC0, 0xDF .... }; /* Total Size = 234 bytes */Maybe I'm missing something, but I don't know how to use the files or they are the wrong files.
Thank you in advance!
kind regards,
Stefano#spc56xl-flash #spc56-flash