Versions Compared
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Panel | ||||
---|---|---|---|---|
| ||||
Is it possible to programm the netX 90 APP side Flash Memory INTFLASH 2 from the user application? |
Panel | ||||
---|---|---|---|---|
| ||||
The Flash Memory INTFLASH 2 on the netX 90 APP side is regarded as ROM for storage of program code and const data. The program code is executed "in place", i.e. the CPU fetches instructions directly from the flash memory. INTFLASH 2 is not intended to be used as remanent data storage. Why? Because it is not possible to execute code from flash memory and erase/program it at the same time. While an INTFLASH 2 sector is erased or programmed, the CPU must not fetch any instruction from the flash memory. Technically it is possible to locate the flash programming software routines into the SRAM or SDRAM and execute code exclusively from RAM during erase/write access to INTFLASH 2. No interrupts may occur in this case, which might lead to a flash read access (e.g. call of ISRs, interrupt vector table access). This is practically not possible in parallel to a running real time ethernet communication. Hilscher does not provide such a solution. Proposed solutions:
|
Panel | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||
|