Search found 24 matches

by nedkonz
Fri Aug 06, 2021 5:25 pm
Forum: Other Boards
Topic: [NUCLEO_H743ZI2] MSC not working; reboots when used
Replies: 2
Views: 2635

Re: [NUCLEO_H743ZI2] MSC not working; reboots when used

Some more info from a gdb session: Looking at the fault information, I see that it's due to a bus fault caused by a PRECISEERR at address 0x8020200 (somewhere in flash). That region is all zeros, and is readable from gdb: (gdb) x/20w 0x8020200 0x8020200: 0x00000000 0x00000000 0x00000000 0x00000000 0...
by nedkonz
Fri Aug 06, 2021 1:38 pm
Forum: Other Boards
Topic: MicroPython kills ST-LINK on STM32-H743ZI2?
Replies: 5
Views: 5691

Re: MicroPython kills ST-LINK on STM32-H743ZI2?

I was able to get it back after plugging into a different USB port. Seems that the Mac USB stack had gotten confused somehow.
by nedkonz
Fri Aug 06, 2021 12:03 am
Forum: Other Boards
Topic: [NUCLEO_H743ZI2] MSC not working; reboots when used
Replies: 2
Views: 2635

[NUCLEO_H743ZI2] MSC not working; reboots when used

I built the NUCLEO_H743ZI binary from the latest HEAD and loaded it using deploy-stlink (and later using DFU). In both cases, I can interact with the VCP serial port just fine but the MSC disk doesn't work. When I connect the board via USB, I get a notification (this is on a Mac but I get the same t...
by nedkonz
Thu Aug 05, 2021 10:03 pm
Forum: Other Boards
Topic: MicroPython kills ST-LINK on STM32-H743ZI2?
Replies: 5
Views: 5691

Re: MicroPython kills ST-LINK on STM32-H743ZI2?

I just had the same issue.
I did a

Code: Select all

deploy-stlink
successfully, ran µPython for a bit, then it stopped responding.
When I went to re-program the board I couldn't even see the ST-Link.
I'd previously updated the ST-Link v3 firmware to the latest.