Doesn't IAR Compiler support STM32L496ZGTxP?
I use Iar Embedded Workbench 8.32.2.194323.
I created the project file with Cubemx 5.0 using STM32L496ZGTxP.(Nucleo-L496ZG-P).
I didn't nothing in the cubemx 5.0.
It works well in STM32L496ZGTx. (Nucleo-L496ZG).
When I compiled In the IAR workbench, Iar workbench shows these error messages.
=============================
Building configuration: STM32L496ZGTxP2 - STM32L496ZGTxP2
Updating build tree...
startup_stm32l496xx.s
Error[438]: This instruction is not available in the selected cpu/core F:\Work\STM32L496ZGTxP2\EWARM\startup_stm32l496xx.s 189
Error while running Assembler
stm32l4xx_hal_dma.c
Error[Ta148]: Intrinsic function "__nounwind __iar_builtin_DSB" is not available in this architecture F:\Work\STM32L496ZGTxP2\Drivers\CMSIS\Include\core_cm4.h 1792
Error[Ta148]: Intrinsic function "__nounwind __iar_builtin_DSB" is not available in this architecture F:\Work\STM32L496ZGTxP2\Drivers\CMSIS\Include\core_cm4.h 1797
Error while running C/C++ Compiler
stm32l4xx_hal.c
Error[Ta148]: Intrinsic function "__nounwind __iar_builtin_DSB" is not available in this architecture F:\Work\STM32L496ZGTxP2\Drivers\CMSIS\Include\core_cm4.h 1792
Error[Ta148]: Intrinsic function "__nounwind __iar_builtin_DSB" is not available in this architecture F:\Work\STM32L496ZGTxP2\Drivers\CMSIS\Include\core_cm4.h 1797
Error while running C/C++ Compiler
main.c
Error[Ta148]: Intrinsic function "__nounwind __iar_builtin_DSB" is not available in this architecture F:\Work\STM32L496ZGTxP2\Drivers\CMSIS\Include\core_cm4.h 1792
Error[Ta148]: Intrinsic function "__nounwind __iar_builtin_DSB" is not available in this architecture F:\Work\STM32L496ZGTxP2\Drivers\CMSIS\Include\core_cm4.h 1797
Error while running C/C++ Compiler
stm32l4xx_hal_cortex.c
Error[Ta148]: Intrinsic function "__nounwind __iar_builtin_DSB" is not available in this architecture F:\Work\STM32L496ZGTxP2\Drivers\CMSIS\Include\core_cm4.h 1792
Error[Ta148]: Intrinsic function "__nounwind __iar_builtin_DSB" is not available in this architecture F:\Work\STM32L496ZGTxP2\Drivers\CMSIS\Include\core_cm4.h 1797
Error[Ta148]: Intrinsic function "__nounwind __iar_builtin_DMB" is not available in this architecture F:\Work\STM32L496ZGTxP2\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_cortex.c 443
Error[Ta148]: Intrinsic function "__nounwind __iar_builtin_DSB" is not available in this architecture F:\Work\STM32L496ZGTxP2\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_cortex.c 472
Error[Ta148]: Intrinsic function "__nounwind __iar_builtin_ISB" is not available in this architecture F:\Work\STM32L496ZGTxP2\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_cortex.c 473
