2025-02-28 11:07 PM
Hi,
I am working on stm32h747i-Disco board, I was in using FP-VISION (person detection) for the ai model to work on my board.
And that's fine, it works well but now i need to connect and esp01 or Pico W with UART or with SPI.
i just modified the code to do so but it did not worked, I just tested my code with another file and the code worked well. so can you clear me whether the UART or SPI is connectable or not when the FP-VISION is running ?
(i used UART8 or SPI5,And i mainly in UART code when i initialize the uart8 it stops with the menu display which usually comes when started)
2025-03-04 6:39 AM
Hello @Jerrin_J,
The FP VISION is deprecated (even if it is still written that it is active, changing status on st.com take time because of internal processes...).
I cannot help you with that as the team developing it does not make support anymore.
Instead of using FP for AI, the ST Model Zoo was developed. I highly encourage you to take a look at it:
https://github.com/STMicroelectronics/stm32ai-modelzoo
The way it is being made, you should easily be able to replicate what was done in this function pack and even more.
Have a good day,
Julian