I calculate angle data by using tanzent lookup table. Tanzent lookup table is const type data.
S32K144 SRAM size is that SRAM_L(32KB), SRAM_U(24KB).
But because SRAM_L memory is fiiled with generated code(HAL & FlexDriver), so SRAM_L
memory not enough for user data as lookup table..
My question is as following:
1) Why const type data stored in SRAM_L, not flash memory ? Is that correct ?
2) How can I store const type data in flash memory(Pflash or Dflash ?), not SRAM_L ?
Thank you.