• Sharing information between bootloader and Application
    I am in the process of writing a boot loader for my current application and I need to share information between the 2 programs. I am using an STM32F103. For an example if my boot loader will be located...
  • Application for bootloader
    Hello I've write a application which I will bootload with my software bootloader (on 0x80000). The code of the application starts at 0x90000 so the Keil compiler generate a hex file with this offset...
  • Shared data variable?
    Hi, I have a question about shared memory... I have a bootloader and a program running on a 8051 (different projects,burnt together on the chip at different locations) and I need them to share a...
  • shared variable slots
    The feature of shared variables in C is a wonderful saver of DATA space. Can the same be implemented in assembler ? Erik
  • Share external bus interfaces
    Hello, I want to share the external bus interfaces of a ST10F269 and a ST10F276 via the HLDEN-functionality. The pins are connected as follows: ST10F269 <=> ST10F276 D0..D15 <=> D0..D15 A0..A19...