2023-09-15 12:45 PM
Hi! I have built a project in CubeMX for STM32U5A9ZJTxQ and generated the code for Keil uVision5.
When rejecting the generated project, Keil does not find the pack with the desired device, offers to manually select the device and gives an error:
Error #550: Requested device STM32U5A9ZJTx(STMicroelectronics) not found for target 'U5A9_LTDC'
I can select STM32U5A9ZJTxQ myself. However, this has to be done after each code generation, which takes a lot of time.
Solved! Go to Solution.
2023-09-18 08:02 AM
Hello @AndriikoM ,
To solve the issue, go to Project => Options for Target => Device tab, and select the device.
For more information, I recommend you to take a look to UVISION: Error: Device Not Found (arm.com)
I hope this help you.
Thank you.
Kaouthar
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2023-09-18 01:51 AM - edited 2023-09-18 01:51 AM
Hello @AndriikoM ,
Please try to install the STM32U5xx_DFP from Arm Keil | STMicroelectronics STM32U5A9ZJTxQ.
Thanks and best regards,
Kaouthar
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2023-09-18 03:35 AM
Hello @KDJEM.1
I have the STM32U5xx_DFP from Arm Keil | STMicroelectronics STM32U5A9ZJTxQ.
The problem is that Arm Keil is looking for STM32U5A9ZJTx, not STM32U5A9ZJTxQ.
2023-09-18 08:02 AM
Hello @AndriikoM ,
To solve the issue, go to Project => Options for Target => Device tab, and select the device.
For more information, I recommend you to take a look to UVISION: Error: Device Not Found (arm.com)
I hope this help you.
Thank you.
Kaouthar
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.