• Curiosity Killed The Geek
    Question: Out of purely a curiosity thing I formatted an SD Card using Windows XP and a card reader. I then looked at sector 0 and found the FAT32 information as per MS. I then ran a Keil example...
  • array of pointers to arrays of pointers to string
    Yes, the real problem is, I would like to write an easy to switch, multilingual menu. And I imagine, an array like that should work. But there seems to be some brain blocking in 1. How to define and...
  • µV3: Load kills user functions?
    When loading an executable after defining user functions the functions disappear. This don't happen for hex files. Is this indented or documented? Do I something wrong? This is especially disturbing...
  • kill 5 not working proparly on windows10
    we wright program on xp os kill version 3 system that working when we load hex file load through flash to nxp lpc2148. but same program wright on windows 10 kill version 5 system that loaded through...
  • array of pointers
    Want to translate the following code (C51) to ARM const char code *txt_unidade_forca[] = { "gf ", "kgf", "N ", "lbf", NULL}; In this case both texts and pointers are placed in CODE. How to do...