startup_stm32l073xx.s: error: A1023E: File could not be opened: No such file or directory
I have selected NUCLEO-L073RZ as per our development board specification.
Similarly, I am using the manufacturer specified version below.
I am using STM32CubeMX version 6.0.1.
The Firmware Package Name and Version is STM32Cube MCU Package for STM32L0 1.11.3.
Kail version is uVision V5.29.
When I opened the project in Keil and tried to compile the new, I got following error :
startup_stm32l073xx.s: error: A1023E: File "C:/Users/<user-name>/STM32Cube/Repository/STM32Cube_FW_L0_V1.11.0//Drivers/CMSIS/Device/ST/STM32L0xx/Source/Templates/arm/startup_stm32l073xx.s" could not be opened: No such file or directory
I just verified the directory
I found that the directory was empty, hence the project couldn't compile.
Hence, I have following questions:
Why does the 'C:\Users\<user-name>\STM32Cube\Repository\STM32Cube_FW_L0_V1.11.0\Drivers\CMSIS' show empty?
