2021-12-08 03:11 PM
The Nucleo F446RE pops up with a media directory as soon as I plug the USB into the ST-Link
The STM32MP157A-DK1 does not do that. And when I try to program it it says NO ST-LINK Detected.
I have tried the Boot switches in every position but I understand Boot 0 Off, and Boot 2 On should let me program the M4 over the ST-Link.
Help.
2021-12-20 08:22 AM
Hello @KiptonM ,
Regarding your first point about STM32CubeIDE installation, if you download latest version from https://www.st.com/en/development-tools/stm32cubeide.html you should get 1.8.0 release:
according to chosen Linux package.
Did you install 1.8.0 this way?
The second point looks like an hardware issue.
Do you have red LED when connecting ST-Link with USB micro-B as described here https://wiki.st.com/stm32mpu/wiki/STM32MP157x-DKx_-_hardware_description#Board_connection ?
I recommend to check your USB cable, connecting ST-Link STM32MP157A-DK1 to your Linux PC, you should get running "lsusb" in xterm:
../..
Bus 001 Device 008: ID 0483:3752 STMicroelectronics ST-LINK/V2.1
../..
Hope this help,
LudovicR