• Adding binary file to c project
    I have 2 devices each with their own code and bootloader. I am using STM32F4 discovery boards. Both these boards communicate with each other throudh I2C. I want to add the binary of one project code...
  • Binary
    how many gigabytes in a terabyte?
  • Binary
    How do you represent the number 23 as an 8 bit binary number?
  • Add USB_Stick_Update as a binary file to my project
    Hi, I would like to add the USB_Stick_Update.bin to my project. USB_Stick_Update.bin is a bootloader that looks for a USB stick and when it finds the file FIRMWARE.bin, it loads this file starting...
  • UVision Project management: Bootloader and Main
    Hi All, I've read alot of good information here about how to section and deal with bootloader code that jumps to application code. I'm really hoping to learn how to best manage these elements...