STM32H573I-DK Azure IoT example locks up
I have a STM32H573I-DK discovery board, purchased for the purpose of getting to grips with Azure IoT.
It appears however that the example does not run properly.
Compiles and links OK, and I am using the Wireless plug in board as supplied, but it gets stuck initialising the network,
I think there is an issue with the .ld and associated .s file. The Readme says to make modifications but is not very explicit on what the modifications should be. I have given it a go by adding a RAM_D1 section, but its having no effect.
MY suspicion is that it stops as it attempts to run the Azure RTOS, because it has not been allocated somewhere in memory to run, but why doesn't the example run as supplied?
Also any attempt to modify the .ioc file followed by a save results in lots of compilation errors, so again, there is a problem there - may not be directly related, but I was trying to modify the RAM sections using .ioc
Does anyone have a function project?

