Dear Experts:
When I transplant the code from SPNA186 , I am caught with many problems. By the window of Memory Allocation, I make sure having succeeded to copy the code from FLASH0 to RAM. However some details still bother me.
When I debug the code,I find the program stopping here.
Bootloader is used to load the bootloader code, CAL_ROM is used to restore the calibration information(thanks to FEE is to used oher functions).
For example, int parameter=5,I will save the address of parameter in the CAL_ROM. Whether I ought to load the code to replace the g_pulDataBuffer[BUFFER_SIZE].
PacketWrite(canBASE_t *node, uint32_t ulId, const uint8_t *pucData, uint32_t ulSize)
Is to used load the data?