Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
boards:stm32vl [2022/11/21 13:36]
darron [Issues]
boards:stm32vl [2023/12/01 03:15]
darron [Issues]
Line 50: Line 50:
 ===Issues=== ===Issues===
  
-This device is recognised as a mass storage device which doesn't actually work +This device is recognised as a mass storage device which doesn't actually work. 
-so in Linux add this on the RPi to cmdline.txt and reboot.+ 
 +In Linux add this on the RPi to /boot/cmdline.txt and reboot.
  
 <code> <code>
 usb-storage.quirks=483:3744:i,483:374b:i,483:374e:i usb-storage.quirks=483:3744:i,483:374b:i,483:374e:i
 +</code>
 +
 +With ARMBIAN, update /boot/armbianEnv.txt and reboot.
 +
 +<code>
 +usbstoragequirks=0x2537:0x1066:u,0x2537:0x1068:u,0x0483:0x3744:i,0x0483:0x374b:i,0x0483:0x374e:i
 </code> </code>
  
Line 78: Line 85:
 #! /bin/sh #! /bin/sh
 # #
-UNPLUG STM32 VL Discovery+ON DEVICE ERROR
 # RUN THIS SCRIPT # RUN THIS SCRIPT
 +# UNPLUG STM32 VL Discovery
 # PLUG IN STM32 VL Discovery # PLUG IN STM32 VL Discovery
 # CTRL-C # CTRL-C
Line 103: Line 111:
 == STLink == == STLink ==
  
-NB STLink no longer operates with this boards firmware.+NB STLink no longer operates with this board'firmware.
  
 Install [[:tools:stlink|STLink]] programmer. Install [[:tools:stlink|STLink]] programmer.
Line 173: Line 181:
 [[https://www.st.com/resource/en/reference_manual/rm0041-stm32f100xx-advanced-armbased-32bit-mcus-stmicroelectronics.pdf|MCU reference manual]] [[https://www.st.com/resource/en/reference_manual/rm0041-stm32f100xx-advanced-armbased-32bit-mcus-stmicroelectronics.pdf|MCU reference manual]]
  
 +[[https://www.st.com/resource/en/errata_sheet/es093-stm32f100x4-stm32f100x6-stm32f100x8-and-stm32f100xb-low-and-mediumdensity-value-line-device-errata-stmicroelectronics.pdf|MCU errata]]