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.

  • >>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

  • When I create any a project from scratch, and when it says to select device in project create
    window I can select my microcontroller " STM32F030R8" and I am able to proceed completely.
    even I can write my own code and built it and download to flash and it works perfect.

    I have just simple question when I create my own project I can select the microcontroller
    in the project create window and even I go to option for target... menu I can see my STM32F0
    devices in and able to select any microcontroller.

    As you are saying "Really doesn't sound like you have the packs installed properly"

    I am sure it's not pack installer problem because I have installed device specific
    packs only STM32F0 and only stm32f0 device are available in selection list.
    it means packs are installed.

    but when open a project available on st's website, it gives the problem what I have earlier
    mentioned.

    I am using keil 5.24.2.0
    Is it any problem with software version " not supporting to previous version projects.