This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Device not found

I am working with nucleo-stm32f030 board using keil 5.24.2.0. I am testing demonstration software available on
ST's website to get hands on with keil as I am new to it.
when I open this project it gives an error.

Error: Device not found -

Device: 'STM32L030R8'
Vendor: 'STMicroelectronics'

Please update your device selection.

when I go to Option for target 'STM32030 Nucleo-Demo' and select Device tab to select the device,
there is not any single microcontroller available (Empty list) or i.e. I am not able select my device
That's why while flash->download it gives error.

Even I have completed the all software pack installation (Device Specific and Generic both)
for this MCU STM32F030R8 .

please help me at this I have stuck at this point and not able to program my board and test it.

Thanks in advance.

Parents
  • >>there is not any single microcontroller available

    Really doesn't sound like you have the packs installed properly.

    Can you create a project from scratch?

    >>That's why while flash->download it gives error.

    More probably because you don't actually have a Flash Algorithm selected.

    >> I am testing demonstration software available on ST's website to get hands on with keil as I am new to it.

    Which specific demo/example?

    STM32Cube_FW_F0_V1.6.0\Projects\STM32F030R8-Nucleo\Examples\GPIO\GPIO_IOToggle\MDK-ARM

Reply
  • >>there is not any single microcontroller available

    Really doesn't sound like you have the packs installed properly.

    Can you create a project from scratch?

    >>That's why while flash->download it gives error.

    More probably because you don't actually have a Flash Algorithm selected.

    >> I am testing demonstration software available on ST's website to get hands on with keil as I am new to it.

    Which specific demo/example?

    STM32Cube_FW_F0_V1.6.0\Projects\STM32F030R8-Nucleo\Examples\GPIO\GPIO_IOToggle\MDK-ARM

Children