Why are HAL Lookup tables located in RAM?
Posted on June 14, 2016 at 11:10I notice that the HAL locates some lookup tables in RAM. For example, in stm32f1xx_hal_rcc.c:uint32_t HAL_RCC_GetSysClockFreq(void) { &sharpif defined(RCC_CFGR2_PREDIV1SRC) const uint8_t aPLLMULFactorTable[14] = {...