• Flash CRC, constant at Flash end
    Hello, I am doing a CRC calculation over the Program Flash of the Cortex M0 STM32F030 CPU. For this I want to place a constant at the end of the flash (containing the expected CRC) using: __attribute__...
  • Flash CRC, constant at Flash end
    Hello, I am doing a CRC calculation over the Program Flash of the Cortex M0 STM32F030 CPU. For this I want to place a constant at the end of the flash (containing the expected CRC) using: __attribute__...
  • Debugger / Flashing custom hex with CRC
    Hi there, i want to add a CRC Check to my firmware. In this forum are yet some ways descripted, but they don't work for me, or i have something missed to adjust in the µVision IDE. The process will...
  • Debugger / Flashing custom hex with CRC
    Hi there, i want to add a CRC Check to my firmware. In this forum are yet some ways descripted, but they don't work for me, or i have something missed to adjust in the µVision IDE. The process will...
  • CRC-32 or CRC-16 code
    Dear friends, I'm trying to develop a CRC-32 routine for my V-Star Quisar 320 using the Keil C51 compiler suite. I have found (in the Internet) a sample C code implementing CRC-32 algorithm. Testing...