Build: Added more targets  for IAR builds

- Added AN519, AN521, AN524, AN539 and SSE-200_AWS targets.

- Verified on: AN519, AN521, AN524, AN539, Musca A.

- SSE-200AWS builds but is untested due to lack of HW.

- Musca B1 and Musca S1 not yet supported due to lack of HW.

- All targets fails the NaN QCBOR tests due to the tests not
  following the Arm ABI.

Change-Id: I422ed7a85e09f895d781309d17166b81be954943
Signed-off-by: TTornblom <thomas.tornblom@iar.com>
diff --git a/cmake/Common/CompilerIarArm842.cmake b/cmake/Common/CompilerIarArm842.cmake
index 7d5c422..378774d 100644
--- a/cmake/Common/CompilerIarArm842.cmake
+++ b/cmake/Common/CompilerIarArm842.cmake
@@ -52,7 +52,7 @@
 		string_append_unique_item (CMAKE_C_FLAGS_CPU "--cpu Cortex-M33.no_dsp")
 		string_append_unique_item (CMAKE_CXX_FLAGS_CPU "--cpu Cortex-M33.no_dsp")
 		string_append_unique_item (CMAKE_ASM_FLAGS_CPU "--cpu Cortex-M33.no_dsp")
-		string_append_unique_item (CMAKE_LINK_FLAGS_CPU "--cpu Cortex-M3.no_dsp3")
+		string_append_unique_item (CMAKE_LINK_FLAGS_CPU "--cpu Cortex-M33.no_dsp")
 	elseif(${ARM_CPU_TYPE} STREQUAL "Cortex-M23")
 		string_append_unique_item (CMAKE_C_FLAGS_CPU "--cpu Cortex-M23")
 		string_append_unique_item (CMAKE_CXX_FLAGS_CPU "--cpu Cortex-M23")