• Code checksum to the last 3 bytes in the flash on Cortex-M3
    Hi,all, How can I put the Code checksum to the last 3 bytes in the Rom on Cortex-M3? I know I need to do it in the linker file. Thanks
  • Code checksum to the last 3 bytes in the flash on Cortex-M3
    Hi,all, How can I put the Code checksum to the last 3 bytes in the Rom on Cortex-M3? I know I need to do it in the linker file. Thanks
  • Last byte of used flash memory
    The reason I need the last byte of used memory is so that my application can compute a checksum value of ONLY the used flash memory. I have considered just calculating the checksum over the entire...
  • Last byte of used flash memory
    The reason I need the last byte of used memory is so that my application can compute a checksum value of ONLY the used flash memory. I have considered just calculating the checksum over the entire...
  • MCB2300 only receiving last byte in UART1 FIFO
    Hi, I'm having some issues with reading in a serial stream on UART1. For some reason, I'm only able to receive the last byte of my message. Some code snippets: /*----------------------------...