ST MCU
Unsolved
Qt for MCUs
-
Hello,
I am brand new to QT and from what I have read, I am sure I can use QT for the firmware development on the following target device STM32F302
Can somebody answer these questions because I need to know if I am starting down the right path.
- Code in C based on a GCC compiler on the target microcontroller STM32F302
- Once I have written a bit of firmware, I would like to test the application by sending "real" UDP commands to it from another PC application. The hardware consists of an Ethernet controller (MICROCHIP ENC28J60) and has an SPI interface. So can I use QT to monitor and receive real ethernet UPD messages and port them into the Virtual SPI port of the Microcontroller within QT?
Thank you very much for helping
Pep