• How to store different formats of images into the internal flash of micro controller
    can we store raw image files into internal flash of micro controllers ?? If yes, is it possible to send stored raw images to LCD using UART ??
  • Booting firmware image through bootloader
    Hi! I'd already mentioned I'm working on lpc1837. Having been able to boot firmware through boot-loader successfully(when they are in same flash bank), my next job is to get the same result when...
  • Booting firmware image through bootloader
    Hi! I am working on lpc1837 based project, in which I have a bootloader that should load a firmware image. The firmware works with RTX kernel and bootloader doesn't. I had compiled firmware with...
  • Include a different formats of images into an internal flash of micro controller
    Sometimes it is necessary to include the different formats of image(f.e., .jpeg, .hzk etc) files into a micro controller application so that these can be transfer to LCD using UART. How can such images...
  • Static library links differently with gcc ld and armlink
    Hi, I've built a static library using arm-none-eabi-gcc and used the -fdata-sections, -ffunction-sections, and --gc-sections to reduce the library memory footprint. I've used that library successfully...