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)