User Activity

 Hi,I am able to read the mcu temperature but I want to know the maximum worst-case time required to read the internal temperature of stm32h743.The clock for the ADC is configured as 76 MHZ. Does that mean that 1 ADC cycle is 0.013 uS (1/76M) ?#defin...
Hi, I rarely see that the api rfalNfcvPollerExtendedReadMultipleBlocks() returns RFAL_ERR_WRONG_STATE .When will this api return this error code ?My state machine is as follows: while(1) { rfalNfcDiscover(); rfalNfcGetActiveDevice() rfalNfcDeactivat...