• timing error -timer setup
    Hi there, I am very new in programming micro.I am using stm32f100 discovery board and made a small code to turn the stm board led on for 5 second once hit the user push button.then the led goes off.The...
  • C51 setup
    Hello, Help me please how do I setup my compiler? I set up the off chip code memory to 0x4100 at target options but the compiler allways put a LJMP eg 452B (start of user code)at the ROM 0 location...
  • Peripheral Setup
    Can someone point me to the document location that tells how to setup custom periperal devices that interface to the 8051? I would like to simulate Flash and A/D device accesses.
  • string setup
    in a c-module I found the definition of a string: char acString[20] = ""; For me the initilisation looks a little bit unusual. My questions at this point are: - is this allowed in ansi-c? -...
  • ADC Setup
    Hi, I have a problem with ADC initialization. The following part is draft needs to be filled with correct information Step by step according to the user manual. But I am not sure where I made mistake...