• 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...
  • Why can't I start the timer?
    I am trying to create a timer and start it according to the guide. // Create timers osTimerId_t UART_timer = osTimerNew(printMessage, osTimerPeriodic, (void *) 5U, NULL); if (UART_timer != NULL...
  • How to (easily) flash a custom .hex file with debugger?
    Hello, I am developping on a firmware using a bootloader which verifies main application's CRC prior to let it start. To do this, I am generating an extra .hex file with data for bootloader added to...
  • Printing
    Hello, 1) May I know how to print with the "syntax coloring" on? 2) How do you prevent the address,date,time and page number from being printed? I just want to print my code. ( note:- I want to print...
  • How to print a message to hyperterminal.
    Is it possible to wirte a message to hyperterminal from my develop-kit?