• Array with Fully-Bracketed Initializers
    Following on from this discussion: http://www.8052.com/forum/read.phtml?id=84814 Keil C51 v7.50 rejects the following: char key_tbl[][] = { { 4, 3, 2, 1 }, // row 0 { 8, 7, 6, 5 }, // row 1 ...
  • Array with Fully-Bracketed Initializers
    Following on from this discussion: http://www.8052.com/forum/read.phtml?id=84814 Keil C51 v7.50 rejects the following: char key_tbl[][] = { { 4, 3, 2, 1 }, // row 0 { 8, 7, 6, 5 }, // row 1 ...
  • Fully Qualified Symbols with Position Independent Code
    Hello All, I have position independent code loaded at two different addresses: // load main application load .\obj\app_main.axf // load position independent application with offset 0x9000...
  • How to read FLASH MEMORY fully from SAM3S8B
    I used SAM3S8B . I program it by SAM-BA and mostly use my board without any problem. board connected to computer with D+ and D- some command come from computer and the responds comeback from SAM3 to...
  • How to read FLASH MEMORY fully from SAM3S8B
    I used SAM3S8B . I program it by SAM-BA and mostly use my board without any problem. board connected to computer with D+ and D- some command come from computer and the responds comeback from SAM3 to...