User Activity

Is there any tolerance spec available for I_PU (the 20uA pull-up current on the outputs) of the IPS4260L?
I have a bit of code as follows:str   r3, [r0, #68]ldr   r3, [r0, #68]where [r0, #68] is TIM20.BDTR on a STM32G474. I would expect that the LDR would output the same data that was just stored, however it seems that out outputs the previous data. I al...
I'm trying to read the internal temperature sensor of a G474 with ADC5 in continuous mode, but the value of RDATA never seems to change even though ADSTART is set to 1. I know that the code is otherwise correct as if I turn off continuous mode and st...
I'm trying to use DMA with the USART2 receiver in half-duplex mode but the DMA indicates a device error as soon as it begins even though no error flag is set in the ISR register either before the DMA starts or after the DMA ends, additionally the sam...
Kudos from