Embedded TCP/IP stack
4.7.0
|
#define FNET_CFG_CPU_VECTOR_TABLE_IS_IN_RAM |
Vector table in RAM.
1
= is enabled. In this case FNET installs own interrupt service routine into the RAM vector table pointed by FNET_CFG_CPU_VECTOR_TABLE.0
= is disabled. In this case assumed FNET interrupt service routine fnet_cpu_isr() is preinstalled into the ROM vector table. Definition at line 447 of file fnet_cpu_config.h.