• Placing size of array at start of array
    Hi all, I am working with the TI TUSB3200, trying to modify their example code for our own USB device. USB requires many tables which start with a length byte. I would like to use the sizeof operator...
  • Placing array tables in ARM flash?
    I have some Const array tables that i want place in the flash/code memory of ARM controller. we can place array in code memory of C51 using "code" keyword. but how to place const array in ARM?
  • In Place Execution
    How do we implement in place execution using 8032 ? Does Keil support in place execution.
  • in-place processing
    Hi, I am writing device driver for nand flash. I want to know whether the nand flash supports in-place processing or not. If it supports please give me the detail, how it can be done.
  • Placing many arrays of consts at fixed address of Flash
    I read some topics about placing a const to fixed address by linker. The method is to locate all section, isn't it? My problem is to locate 7 arrays of const(predefined): a1[50]..a7[50]. I want to place...