• Olimex STM32-P103 revisited...
    A couple of old threads about this: http://www.keil.com/forum/docs/thread11294.asp http://www.keil.com/forum/docs/thread10180.asp I now have access to an Olimex STM32-P103 board, so wondered...
  • Code Relocation - Revisited
    I'm looking for some ideas (or solution) to the following problem :- 1. I using an STM32F207VG and I want to operate from 2 x separate code executables. An "old" version, and the "new" uploaded version...
  • org 0000h how to specify in keil c
    Hi all iam working c8051f020 ,iam new to microcontroller field , In assembly we specify org 0000h , but how it can be specified in keil c why bcos as soon as iam doing single stepping my programme...
  • What's the C equivalent of NOP
    I will replace the assembler instruction "nop" by a C instruction. How do I made ?
  • NOP Vs _nop_()?
    In one of my project I am talking with MX909 Driver IC with C51 ucontroller. To initialize MX909 if I write module in Assembly language it's working fine. Once I replaced with C same module it's not...