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 List is empty in uvision 5.18a

Hi out there,

I installed uvision 5.18a and registered it today and I downloaded software packs for Cortex M uCs.
When I try to compile a sample the console shows the message: device SM32103xx not supported by toolchain. When I try to make a new project the device list is empty.
It is really annoying

Best regards
Wolf

Parents
  • Because it wasn't working at all I deleted my uvision5 installation and reinstalled it again but without license key. Now it is limited to 32kB code which is ok for now but another problem arose.

    Did you uninstall the previously registered LIC before you uninstalled the MDK? If not, you can use the same LIC again because this LIC is registered for your PC.

    It seems that the application is downloading the program not to the configured location but to a different location on the chip (Content mismatch at 0x.......).
    I thought, that the selection of a specific device will set all parameters properly but I was proven wrong.

    Usually, the on-chip RAM and ROM resources as well as the flash programming algorithms are automatically selected for the project when you select the device. Did you check these memory ranges? You can see them in the dialog 'Options for Target - Target'. Do they match with the values shown for the flash algorithm?
    We have quite a few examples for STM32F103 devices. Please see the examples when you select STM32F103 devices in the Pack Installer. Our Legacy Pack also contains a lot of MDK4 examples (see path Keil\ARM\Boards\Keil\MCBSTM32\*).

Reply
  • Because it wasn't working at all I deleted my uvision5 installation and reinstalled it again but without license key. Now it is limited to 32kB code which is ok for now but another problem arose.

    Did you uninstall the previously registered LIC before you uninstalled the MDK? If not, you can use the same LIC again because this LIC is registered for your PC.

    It seems that the application is downloading the program not to the configured location but to a different location on the chip (Content mismatch at 0x.......).
    I thought, that the selection of a specific device will set all parameters properly but I was proven wrong.

    Usually, the on-chip RAM and ROM resources as well as the flash programming algorithms are automatically selected for the project when you select the device. Did you check these memory ranges? You can see them in the dialog 'Options for Target - Target'. Do they match with the values shown for the flash algorithm?
    We have quite a few examples for STM32F103 devices. Please see the examples when you select STM32F103 devices in the Pack Installer. Our Legacy Pack also contains a lot of MDK4 examples (see path Keil\ARM\Boards\Keil\MCBSTM32\*).

Children