• *** 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
    Hello, we're working with an evaluation version of Keil Uvision3 (version 04/2006, we installed it from the CD with the evaluation board) under Windows 2000 with Ulink debugger and the Keil MCB2100...
  • *** error 57: illegal address (0x8000000)
    I get the below error message when I start the ULINK debugger with my KEIL MCBSTM32 eval board: Cannot access Memory *** error 57: illegal address (0x8000000) I've searched KEIL's website...
  • Illegal instruction address (TRAP B)
    Hi, My build is successfull but when running on hardware, I'm facing a Trap B interrupt. (HW is ST10F276) I followed the http://www.keil.com/support/docs/2534.htm tutorial and found: tfr ...
  • Bootloader CRC-16 in 1st 2 bytes of firmware @ 0x08000000
    Hi I have a requirement to have a header struct containing CRC16, minor,major versions and an ident as a total of 4 x uint16_t at the start of my firmware file. This will be in each of 3 firmwares...