Search found 3 matches
- Fri Mar 29, 2024 12:50 am
- Forum: General discussion
- Topic: Hardware Serial returning gibberish.
- Replies: 4
- Views: 15155
Re: Hardware Serial returning gibberish.
57600 is the correct baud rate. I used a USB to Serial adapter to verify this and the correct functioning of the GPS. At 57600 the NEMA sentences are relieved as expected. The error is in the mcu.
- Tue Mar 26, 2024 10:02 pm
- Forum: General discussion
- Topic: Hardware Serial returning gibberish.
- Replies: 4
- Views: 15155
Hardware Serial returning gibberish.
I have a GPS connected to my STM32F401CC.
The hardware Serial is returning nonsense into the program.
I know the GPS is working at 57600 Baud as I have a USB-Serial adapter and it is producing the NEMA strings as expected. However, when I read the serial using the STM32, I get nothing but ...
The hardware Serial is returning nonsense into the program.
I know the GPS is working at 57600 Baud as I have a USB-Serial adapter and it is producing the NEMA strings as expected. However, when I read the serial using the STM32, I get nothing but ...
- Sun Jul 16, 2023 2:04 pm
- Forum: General discussion
- Topic: STM32 F401CCux "usb_device.h" No such file or directory
- Replies: 1
- Views: 1371
STM32 F401CCux "usb_device.h" No such file or directory
Hi,
I followed this tutorial https://www.hackster.io/voske65/usb-hid-for-nucleo32-cubemx-part-1-d63550 to create a USB Joystick with STM32CubeIDE - worked straight away - Great!
However, I am trying to convert this for use in the Arduino environment. I copied over the usb_hid.c/.h files, However ...
I followed this tutorial https://www.hackster.io/voske65/usb-hid-for-nucleo32-cubemx-part-1-d63550 to create a USB Joystick with STM32CubeIDE - worked straight away - Great!
However, I am trying to convert this for use in the Arduino environment. I copied over the usb_hid.c/.h files, However ...