linker.lf 473 B

123456789
  1. [mapping:driver]
  2. archive: libdriver.a
  3. entries:
  4. # TWAI workarounds that require periph_module_reset() won't work if cache is disabled due to the use of switch jump
  5. # tables in periph_module_reset(). We prevent any part of periph_module_reset() (either text or RO data) from being
  6. # placed in flash.
  7. if TWAI_ISR_IN_IRAM = y && (TWAI_ERRATA_FIX_RX_FRAME_INVALID = y || TWAI_ERRATA_FIX_RX_FIFO_CORRUPT = y):
  8. periph_ctrl: periph_module_reset (noflash)