Replies: 4 comments 7 replies
-
You have a bunch of different issues here... let's move this to a discussion as we're not using issues to answer questions. |
Beta Was this translation helpful? Give feedback.
-
There is nothing wrong with SerialPort.GetPortNames(); showing only COM1 and COM3. Those are the UARTs that are exposed (that's UART0 and UART2) |
Beta Was this translation helpful? Give feedback.
-
Do you have both USB connectors there? Because one is used to power the board and JTAG and the other for USB CDC. |
Beta Was this translation helpful? Give feedback.
-
What is the exception you get? |
Beta Was this translation helpful? Give feedback.
-
Target name(s)
ST_STM32F429I_DISCOVERY
Firmware version
1.8.0.759
Was working before? On which version?
1.8.0.792
Device capabilities
No response
Description
Hi, i have stmf429i-disc1 board on 32f429zit6u.
I successully flashed last nanoframework firmware ST_STM32F429I_DISCOVERY. I connected the board via microusb cable and get new (COM8) port in dev explorer. The device was visible in VS2022. But on trying to deploy app - VS freezes on erasing 800040, and after rebooting the board new COM8 didn't observed in device explorer(( I tried to downgrade version by version, and on 1.9.0.x after freezing on erasing COM8 device comed in and out every 5 seconds)). It start working on 1.8.0.759. But it don't works with onboard serial ports! I'd get an exception at port.Open();. And SerialPort.GetPortNames(); shows only COM1 and COM3.
Now i tried to flash it with the last version and i don't see the board on nanoff --listdevices, STLink com port is in.
OMG, i can't stand any more. What i'm doing wrong?
How to reproduce
No response
Expected behaviour
No response
Screenshots
No response
Aditional information
No response
Beta Was this translation helpful? Give feedback.
All reactions