2025-03-17 12:25 AM
I want NUCLEO-U083RC board able to receive data from Huskylens for colour/object recognition project. I did manage to run a demo code but still can't receive data from Huskylens. I have use HAL_UART_RECEIVE and HAL_UART_RECEIVE_IT function and still got no output from Huskylens.
Code I'm currently using:
2025-03-19 3:15 AM - edited 2025-03-19 3:30 AM
As suggested a number of times, have you probed on the STM32's pins to see what (if anything) is actually arriving there?
And have you tested that you can receive from a PC terminal ?
2025-03-19 3:36 AM - edited 2025-03-19 8:37 AM
@Karl Yamashita wrote:Again, you can't use USART2 as the ST-Link VCP is connected to the same pins.
Indeed.
@AmirImran see here and here and here for further explanation of why that won't work.