5 years, 7 months ago.

Selected board is STM32L073RZT6 but on export code for keil uvision5 is for STM32L073RZH6

Dear team, when i export code for Keil uvision i export to STM32L073RZH6 not for T6, and some times ago , it was also creating uvision project generator file , but its not making that file. Help me, i am facing problem, Thank You

1 Answer

5 years, 7 months ago.

Hi Devashish,

We think the issue is that the Online Compiler is exporting a project for a generic "STM32L073RZ" and then on the import uVision needs to assign it to an exact device and it just happens to select the "RZH6".

The following warning is generated when the project is first opened:

Warning #440: Requested device 'STM32L073RZ' is subsituted with variant 'STM32L073RZHx' for target 'Nucleo_blink_led'

If you can't live with this, then you can select the "RZT6" through the Project Properties as shown in the below screen capture.

What do you mean by "uvision project generator file"? From the online compiler and CLI we have tested the export operation for this board and we are getting the uVision project file. It also opens fine in uVision.

If you continue to have problems, please tell us how you are performing the export and the files that are being generated.

/media/uploads/RalphF/uv5-selectdevice.png

Regards,

Ralph, Team Mbed