[fpc-pascal] Variable alignment in arm-embedded

2012-06-07 Thread Koenraad Lelong
Hi, I want to make an interrupt-vector-table for the cortex-M3 processor. When I read the docs of the processor good, the start of that table needs to be on a multiple of $100 bytes in memory. Since with FPC there seems no way of getting that table in flash I need to have it in RAM. But how

RE : [fpc-pascal] Variable alignment in arm-embedded

2012-06-07 Thread Ludo Brands
Hi, I want to make an interrupt-vector-table for the cortex-M3 processor. When I read the docs of the processor good, the start of that table needs to be on a multiple of $100 bytes in memory. Since with FPC there seems no way of getting that table in flash I need to have it in RAM.