User Activity

Hi, I have an STM32H723ZG and I want to transmit a matrix in which I stored some measured data on a CAN bus. I can use the following function only writing the pointer to the matrix in "pTxData" or I have to segment the matrix?HAL_FDCAN_AddMessageToTx...
Hi, I have to write the value ADC_CONFIG_REG = 0x9FFF in a register with dimension of 16 bit. I write the following line of code but I receive a warning because the fuction want an uint8_t pointer but in my case the register and the &ADC_CONFIG_REG i...
Hi, I have a circuit in which I want to check every cycle if a measured voltage is over a limit value and in that case disable the measure over one of four DUTs forcing to LOW the state of some pins. The problem is that in the main loop I have comman...
Hi, I have a pin labeled "DISABLE_HV" that I want switch between open drain and ground (and vice versa) to switch-off and switch-on a DC-DC converter. How can I implement this functionality in the code using HAL library?
Hi, which is the maximum analog output voltage from the STM32H723ZG? In the datasheet I saw that there are two Op-Amp inside the MCU with gain from 2 to 16. How can I use this Op-Amp? I have to do something about the hardware or I have just to write ...
Kudos given to