• *** error 57: illegal address (0x08000000)
    I write a simple code that just setup clock and initial conditions for STM32F103RBT6, and program it on my board via ULINK2 successfully. But while I'm going to debug mode, I see this error : ...
  • *** error 57: illegal address (0x08000000)
    I write a simple code that just setup clock and initial conditions for STM32F103RBT6, and program it on my board via ULINK2 successfully. But while I'm going to debug mode, I see this error : ...
  • CRC for 256 byte data
    Can the following code be used for detecting an error in a data packet of 256 bytes? /* * Function: Do_CRC8 * * Description: * Computes the CRC value given the byte and the old CRC value as a static...
  • Initialie ROM CRC byte
    I can set a variable in the ROM area as following: #define END_CODE_SIZE 0x3FFF char code CRCbyte _at_ END_CODE_SIZE How do I set its value to says 0xAA? I can do this: char code CRCbyte = 0xAA; ...
  • Firmware Image CRC Calculation on LPC2478
    Hey Guys, I am using an LPC2478 Platform running on C. My project consists of nearly 25 files using which I create an HEX file and load it to the MCU using Flash Magic. The size of the HEX file is around...