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: