2022-01-07 12:39 AM
Hi, I am using STM32G484QE board for development. But I can't flash the code into the board. The inbuilt ST-Link is detected and is recognized by the computer. But when trying to flash the code an error message 'Error: No STM32 target found!' is displayed. Then I used STM32CubeProgrammer, the same happens. I had tried all configuration i.e. I had tried all modes i.e. "under reset mode", "normal", "Hot plug"
also I had tried all reset mode i.e. "software reset", "Hardware reset", "Core reset". but same error occur. How to resolve this issue. Is there is any other way to erase chip.
2022-01-07 12:45 AM
Dear @p123 ,
I suspect that your MCU is not supplied. Could you please double check if IDD jumper is already fitted?
2022-01-07 12:54 AM
Hi @Community member ,
Till yesterday it was working fine after disabling the "SECBOOT_DISABLE_SECURITY_IPS" for debugging purpose it had stopped detecting. Though code is still working and I can see proper log in teraterm also but I am not able to flash new code , erase chip etc.
2022-01-07 02:45 AM
Can you try on another hardware? Is it a nucleo or disco board? Than you can test the debugger by connecting to another CPU as described in the manual and you can attach another debugger to the CPU on your board, see manual too. When working with hardware, spares and similar setups are always helpful to weed out bad parts and verify your procedures.
2022-01-07 02:50 AM
Hi @Uwe Bonnes ,I am not able to use another hardware. I am using STM32G484QE-EVL board.