undefined reference to `HAL_SPIEx_SetConfigAutonomousMode'
I'm trying to access the external flash on a B-U585I-IOT02A. The driver(s) I found do:
if (HAL_SPIEx_SetConfigAutonomousMode(&hspi2, &HAL_SPI_AutonomousMode_Cfg_Struct) != HAL_OK)
but the linker says that function is undefined. Is that in a library file I haven't included (and haven't located to include it)?
-Marty
