-
-
Notifications
You must be signed in to change notification settings - Fork 81
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
NucleoF411RE after disconnect from power it do not start more and have to re flash nanoframework #528
Comments
Missing above: the VS version and extension version that you are using. |
Also, if you can get that from the 1st boot, paste here the device capabilities output. And another question: are you deploying any managed app after the 1st boot? Or what you are describing occurs with just the booter+CLR flashed on the board? |
Hi I'm using Visual Studio enterprise 2017 version 15.9.14 and
nanoframework extension version 1.2.5.31
Yes it occurs with just the booter+CLR flashed on the board
Device capabilities
System Information
HAL build info: 1.1.187.0, nanoCLR running @ ST_NUCLEO64_F411RE_NF built
with ChibiOS v19.1.3.1
Target: ST_NUCLEO64_F411RE_NF
Platform: STM32F4
Image build @ Sep 8 2019 GNU ARM GCC v8.3.1
OEM Product codes (vendor, model, SKU): 0, 0, 0
Serial Numbers (module, system):
00000000000000000000000000000000
0000000000000000
Solution Build Info: 1.1.187.0, nanoCLR running @ ST_NUCLEO64_F411RE_NF
built with ChibiOS v19.1.3.1
AppDomains:
Assemblies:
Native Assemblies:
mscorlib v100.2.2.0, checksum 0x6AC9143D
nanoFramework.Runtime.Native v100.0.5.0, checksum 0x153CD2E3
nanoFramework.Runtime.Events v100.0.6.0, checksum 0x9E949BB1
EventSink v1.0.0.0, checksum 0xF32F4C3E
Windows.Devices.Adc v100.1.3.1, checksum 0xA84B23D2
Windows.Devices.Gpio v100.1.1.0, checksum 0xD7F65BB7
Windows.Devices.I2c v100.2.0.0, checksum 0x100B5D05
Windows.Devices.Pwm v100.1.3.1, checksum 0x8E93FB40
Windows.Devices.SerialCommunication v100.1.0.0, checksum 0x4B336BE9
Windows.Devices.Spi v100.1.3.0, checksum 0xBDDC51FB
++++++++++++++++++++++++++++++++
++ Memory Map ++
++++++++++++++++++++++++++++++++
Type Start Size
++++++++++++++++++++++++++++++++
RAM 0x20000000 0x00020000
FLASH 0x08000000 0x00080000
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++ Flash Sector Map ++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Region Start Blocks Bytes/Block Usage
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
0 0x08000000 1 0x004000 nanoBooter
1 0x08004000 3 0x004000 nanoCLR
2 0x08010000 1 0x010000 nanoCLR
3 0x08020000 2 0x010000 nanoCLR
4 0x08040000 4 0x010000 Deployment
+++++++++++++++++++++++++++++++++++++++++++++++++++
++ Storage Usage Map ++
+++++++++++++++++++++++++++++++++++++++++++++++++++
Start Size (kB) Usage
+++++++++++++++++++++++++++++++++++++++++++++++++++
0x08000000 0x004000 (16kB) nanoBooter
0x08004000 0x03C000 (240kB) nanoCLR
0x08040000 0x040000 (256kB) Deployment
Deployment Map
Empty
El mié., 25 de sep. de 2019 a la(s) 08:33, José Simões (
[email protected]) escribió:
… Also, if you can get that from the 1st boot, paste here the device
capabilities output.
And another question: are you deploying any managed app after the 1st
boot? Or what you are describing occurs with just the booter+CLR flashed on
the board?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#528?email_source=notifications&email_token=ALWHP5O7DXTMIX2VUXS7MODQLNSCFA5CNFSM4I2MFAUKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD7R5ITA#issuecomment-535024716>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ALWHP5OKZTLMV6I2XZSY44DQLNSCFANCNFSM4I2MFAUA>
.
--
---------------------------------------------------------------
Camilo Botero Sierra
Ingeniero Mecatrónico
Gerente general
Botero Mechatronics SAS
---------------------------------------------------------------
Contacto:
Cel: 3227006045
Cl. 187 #46-55, Bogotá
Email: [email protected]
Visítanos en: http://www.boteromechatronics.com/
------------------------------------------------------------------------
|
I can confirm this. Probably it's the same as the issue 526 |
Update: Upgrading VS2019 extension from 1.2.5.1 to 1.2.5.3 makes RYZEN desktop work the same was as described in this issue post. Device works till powered off. One part of the puzzle seems solved :-) |
@jabacz thanks for the update. |
SWO kill Serial Communication |
I confirm this behavoir and in addition I want to provide my trick to avoid re-flashing the target board:
Result: flashed software runs, Device Explorer displays plugged target |
@tagelv This does not help with the issue, unfortunately. DEPLOY of DEBUG, or any Visual Studio invoked operation do not work. |
Details about Problem
Target NucleoF411RE:
Firmware image version: ST_NUCLEO64_F411RE_NF-1.1.187.0
Description
I'm working with NucleoF411RE and have issues after disconnect from power it do not start more and have to re flash nanoframework
Detailed repro steps so we can see the same problem
flash only nanobooter to board and led start blinking.
look at visual studio on device explorer and the board is visible.
disconnect the board from usb getting power off an reconnect it.
look at visual studio on device explorer and the board is visible.
flash nanoCLR to the board and led stops blinking.
look at visual studio on device explorer and the board is visible.
disconnect the board from usb getting power off an reconnect it.
look at visual studio on device explorer and the board is not visible.
And I have to re flash nanoframework to watch the board again in visual studio device explorer
The text was updated successfully, but these errors were encountered: