2019-05-04 09:42 AM
I am on a windows 7 PC and used to work with MBED, then AC6 SW4STM32 without problem with an own made card with a L476RG mcu.
I downloaded STM32IDE to test it, the installation ok without problem.
I uploaded a very simple program called GPIO_IOT_toggled from examples. The building works fine. At the time to run the program, I choose "run as "local C/C++ application" (the only choice).
A little window says:
'Launching STM32L476RG_nucleo.elf has encountered a problem. Error starting process'
When clicking on "details" I get:
"Cannot run program "C:\Users\YPCU5336\STM32Cube\Repository\STM32Cube_FW_L4_V1.14.0\Projects\NUCLEO-L476RG\Examples\GPIO\GPIO_IOToggle\SW4STM32\STM32L476RG_NUCLEO\Debug\STM32L476RG_NUCLEO.elf": Launching failed"
Can someone tell me if I missed some tuning in the STM32CubeIDE ?
Thank you in advance
2019-05-06 05:24 AM
When you mention you upload the CPIO_IOT_toggled program did you import it from SW4STM32 format to CubeIDE in that process?
I've tried a similar example (on a NUCLEO-L4R5ZI) and it seems to be working for me.
Could you activate the gdb server log in your debug configuration and paste that for me?
2019-05-20 01:58 PM