cancel
Showing results for 
Search instead for 
Did you mean: 

Has anyone used the Azure Nx MQTT Client ?

T J
Lead

How can I fix this issue ?

Error: Invalid Register Name for _ipsr ( can't find ipsr)

#ifndef TX_MISRA_ENABLE
 
register unsigned int _ipsr __asm("ipsr");
 
#endif

10 REPLIES 10

Hi @Community member​ 

here is the link to github repo with all applications there:

https://github.com/STMicroelectronics/x-cube-azrtos-h7/tree/main/Projects/STM32H735G-DK/Applications/NetXDuo/Nx_MQTT_Client

You can clone it, and compile the project for your preferred toolchain.Then you can check what's wrong with your own project settings.

regards

Haithem.