User Activity

Hi,MCU -stm32h743I have noticed that some RAMECC1 registers have a non-zero value on reset which is against the information given in the datasheet. For example, see the snapshot below:This is when the control is at the starting of main(). As per tabl...
Hi,I am trying to set-up the ADC3 for STM32H7 but the HAL_ADC_Init() fails ? After debugging, I see that the function LL_ADC_IsInternalRegulatorEnabled() fails in HAL_ADC_Init(). I also see that DEEPPWD is 0 on reset but the datasheet say that it sho...
Hi,In the RFAL library I see that the global variable st25r3916interrupt.status is protected using platformProtectST25RIrqStatus() while writing to this global variable. While reading st25r3916interrupt.status I see that it is not protected using pla...
Dear Team,Under what scenarios does the api rfalNfcvPollerExtendedReadMultipleBlocks () return RFAL_ERR_NOMEM ?I am reading a maximum of 15 blocks always and the flags is RFAL_NFCV_REQ_FLAG_DEFAULT.Most of the times this works as expected and it fail...