You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have successfully integrated your examples into a STM32H7 and can perform the Amperometric measurement. I however realized, that if I am breaking the SW execution with the debugger, that a hardfault exception is occurring. The reason for that is that your Amperometric.c file is writing into memory areas which is not within the passed buffer. Possible work around:
I have successfully integrated your examples into a STM32H7 and can perform the Amperometric measurement. I however realized, that if I am breaking the SW execution with the debugger, that a hardfault exception is occurring. The reason for that is that your Amperometric.c file is writing into memory areas which is not within the passed buffer. Possible work around:
ad5940-examples/examples/AD5940_Amperometric/Amperometric.c
Line 438 in 08c2331
ad5940-examples/examples/AD5940_Amperometric/AD5940Main.c
Line 21 in 08c2331
The text was updated successfully, but these errors were encountered: