I have problem with IKS01A2_LPS22HB_FIFOMode application generated by CubeMX. There are things in the code that i have to change.
I've generated project for SW4STM32 and i don't know that to do with iks01a2_conf_template.h file. Im supposed to replace the header file names with the ones of the target platform and rename the file to iks01a2_conf. There are 3 headers:
#include "stm32yyxx_hal.h"
#include "nucleo_xyyyzz_bus.h"
#include "nucleo_xyyyzz_errno.h"I changed first one to "stm32f1xx_hal.h", but I don't know what to do with rest of them. I've tried several names but none of them were found. What are the header files i'm supposed to use there? My hardware is: STM32F103RB and X-NUCLEO-IKS01A2.
