I am using IAR version 8.30.2 . When I try to build the example project is the nRF5_SDK_15.3.0_59ac345 for 802.15.4 for the wireless UART I get a build error:
wchar_t in 802_15_4_lib_iar.a was built with a size of 16-bits, The application file build with wchar_t of 32-bits.
Ok - I have seen several posts about this issue. They recommend that the 802_15_4_lib_iar.a file be replaced with a version that was built with IAR 8 that would have a wchar_t width of 32-bits. My question is where can I get this updated 802_15_4_lib_iar.a file? I don't have access to the source code for this library to build it myself. Is it in a different SDK? Which one?