• 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...
  • how to easily locate constant in bank easily?
    Hi folk I am developing a huge application of 64K * 4 using 4 banks on Keil 7.01 Consider the following scenerio: I have over 20 modules (over 20 c source files) in each of the banks. And in...
  • How to print osStatus_t defines easily?
    I am trying to debug a code that was written with little error checking. I want to output via debug printf what the functions have returned, so whether threads were suspended or not. In this case the...
  • Customized bootloader to program HEX file
    I am trying to write a customized boot loader application on LPC2478. The bootloader application reads the hex file stored in a memory device and programs the on chip flash memory using IAP routines...
  • how to specify header files easily, like searching subdirectory
    Do we have to specify the header files' path which are located in different directories one by one directory ? Can I just specify the general directory ,and letting the mdk itself searching header files...