2020-04-15 10:09 AM
Hello,
I am trying using FP-AI Sensing on STEVAL-STLKT01V1 sensortile board. I enabled UART as per the instruction by enabling SENSING1_USE_PRINTF in SENSING1_config.h and SENSING1_USE_PWR_MGNT to 0. I also did 10ms delay for initialization process. But I donot recieve anything in the console after everthing followed as per the instruction. Should there be any changes to be made?
2020-04-21 11:30 AM
Hi NoZa,
Should we create a Newfile with the name console.c and add to the project?
2020-04-21 09:57 PM
Hi CPutt,
The console.c file is already available in "Src" directory. We only need to link that file in our project directory "STM32L4xx-SensorTile/SENSING1/User".