Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
boards:stm32vl [2022/11/19 10:49] – [Issues] darron | boards:stm32vl [2023/12/01 04:40] (current) – [Issues] darron | ||
---|---|---|---|
Line 50: | Line 50: | ||
===Issues=== | ===Issues=== | ||
- | This device is recognised as a mass storage device which doesn' | + | This device is recognised as a mass storage device which doesn' |
- | so in Linux add this on the RPi to cmdline.txt and reboot. | + | |
+ | On the RPi add the following | ||
+ | |||
+ | < | ||
+ | usb-storage.quirks=483: | ||
+ | </ | ||
+ | |||
+ | With ARMBIAN, update / | ||
< | < | ||
- | usb-storage.quirks=483:3744:i,483:374e:i | + | usbstoragequirks=0x2537:0x1066: |
</ | </ | ||
Line 60: | Line 67: | ||
< | < | ||
- | # Prevent ST-LINK from showing up as a USB disk | + | options usb-storage quirks=483: |
- | options usb-storage quirks=483: | + | |
</ | </ | ||
Line 75: | Line 81: | ||
a number of probes until it operates and may never work. | a number of probes until it operates and may never work. | ||
- | A solution is as follow | + | A solution is as follows |
< | < | ||
#! /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 88: | Line 95: | ||
sleep 0.1 | sleep 0.1 | ||
done | done | ||
+ | </ | ||
+ | |||
+ | ===Clocks=== | ||
+ | |||
+ | < | ||
+ | HSE 8000000 X2 ESA8.00000F20D25F | ||
+ | HSI 8000000 | ||
+ | LSE 32768 X3 MC306-G-06Q-32.768 | ||
+ | LSI 40000 | ||
</ | </ | ||
=== LED demo === | === LED demo === | ||
Line 94: | Line 110: | ||
== STLink == | == STLink == | ||
+ | |||
+ | NB STLink no longer operates with this board' | ||
Install [[: | Install [[: | ||
Line 163: | Line 181: | ||
[[https:// | [[https:// | ||
+ | [[https:// |