• placing address of isr in vector table
    hello all i am new to embedded systems and i am trying to implement uart library using my own isr in order to handle interrupts.but i am stuck at placing the address of my own isr into vector table.how...
  • 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 arrays in code
    what to place arrays of text in code without occupuing ram, in pascal (old days) we wrote pre text :array[1..5] of array[1..36] of string[16]= (' ', /pre if I use this in keil it uses ram ! ...
  • 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...
  • Placing code in NAND flash
    Hello, I am about to start working on a product that is supposed to contain one LPC2478/CM3 variant with 512[KB] internal flash, replacing a product with 2 such processors. Obviously I have a serious...