• Setting security feature
    How do i tell the KEIL uVision 3 to set location 0x1FC to 0x87654321 easily? I'm sure this is easy to do but i can't seem to get around the compiler well enough to force a NUMBER into a flash location...
  • Setting STM32F4 BOR option bytes
    How do I set the BOR option bytes for an STM32F4? There is an example STM32F10xOPT.s in Blinky that has a Keil wizard with it. I cannot find any other ...OPT.s in my installation. Is there somewhere...
  • Packing Bytes
    Hi, The literature I'm reading suggests that I can specify the number of bits a certain data type must occupy, and that I can possibly store several of these packed variables into the same byte for...
  • Can I embed hard-coded bytes into program?
    I want to write a macro which pushes IE onto stack and pops it out soon. How can I do it? How to embed the code 0xc0, 0xa8 PUSH IE and 0xd0, 0xa8 POP IE into c program?
  • 2k hex file for 100 bytes program?
    As result it takes a lot of time to download. Are there any ways to minimise download code size?