-
-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
STM32F429I Discovery debugging issue #1349
Comments
@ThePatrickMartin can you please provide details on the hardware version of STM32F429I Discovery you're using? |
For the record, the current fw has been tested against the board STM32F419I-DISCO (MB1075 B-01). |
My board is MB1075-F429I-E01
…________________________________
From: José Simões ***@***.***>
Sent: Tuesday, August 22, 2023 3:54 AM
To: nanoframework/Home ***@***.***>
Cc: Patrick Martin ***@***.***>; Mention ***@***.***>
Subject: Re: [nanoframework/Home] STM32F429I Discovery debugging issue (Issue #1349)
B-For the record, the current fw has been tested against the board STM32F419I-DISCO (MB1075 B-01).
—
Reply to this email directly, view it on GitHub<#1349 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAPIPOEGZHDRIBXR3PCKYSLXWRXTXANCNFSM6AAAAAA3YZXKJU>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
ST has closed my support case, stating they don't officially support nanoFramework. I did take the liberty of asking them if they could provide any specifics on hardware differences between the two versions (B01 and E01). Let's see how magnanimous they are. |
From ST MCU support: Looks like the hardware differences are mainly related to the discovery board and STLINK and not the actual MCU chip. Limitation from version C01 were removed:
|
Given the changes, it is likely possible to support using 1 USB connection now. As a first change, the
The Other changes "may" be required for How we handle the different hardware revisions is a different matter! |
…VERY - Following nanoframework/Home#1349. ***NO_CI***
- Following nanoframework/Home#1349. ***NO_CI***
Tool
Visual Studio extension
Description
Unable to debug in VS2022 using nanoFramework per the instructions here: Getting Started Guide for managed code (C#) | .NET nanoFramework Documentation
I am able to use nanoff to flash the board so that it shows up on the Devices window, but unable to debug on the board, even using the template console app which doesn't talk to the hardware itself. More specifically, when I start the debugging session in VS 2022, the output log indicates that the assemblies are deployed to the board but afterward the debugging session immediately ends - no breakpoints are hit. After that, the board no longer appears in the nanoFramework Extension's Devices list.
How to reproduce
Expected behaviour
Breakpoint should have been hit.
Screenshots
No response
Aditional context
Windows 10
Visual Studio 2022
nanoFramework extension
Target STM32F429I Discovery
The text was updated successfully, but these errors were encountered: