• problem to access flash disk
    hi i am beginner in keil,and i try to run msd_file example of keil on lpc1788 micro in usb port 2. i read keil help(with this address : www.keil.com/.../rlarm_usb_host_msd_app.htm ) and i did all...
  • MSG file access problem !
    hello, i use Gemcore loader, to load my File .HEX, but a message error was generated when i dowload the .hex file this message is : "MSG file access problem !" can you help me? thanks changuel khemaies...
  • SRAM accessing problem
    hi i am trying to access on-chip SRAM.but i dont know whether it is storing in that on-chip SRAM or Off - chip XRAM. Is any provision available in memory window of Keil C to see on chip SRAM. ...
  • Unaligned access problems
    Note: This was originally posted on 1st June 2009 at http://forums.arm.com We had written some code for an ARM Cortex M3 platform. But now, we have to port it to an ARM7TDMI based controller in very little...
  • Problem with uint32_t accesses using LDRD
    To illustrate my problem, I just implemented demonstration code: #include <stdint.h> uint64_t read(const uint32_t *wordStream) { uint32_t low = *wordStream++; uint64_t high = *wordStream++; high...