Hi,Is it possible to disable the interrupt line? By default it is Default: push-pull output forced to GND but I would like to be able to make it floating to use the ucontroller gpio connected to INT1 for other purposes like UART TX.Thank you
I'm trying to read the internal temp sensor of a STM32F030F4Px but datasheet isn't clear about how to calculate it.Vsense = ( 1686 / 4095 ) * 3.3 = 1.35VTemp = ((1.43 - 1.35) / 4.3 ) + 30 = 30.01CIn the code example it isn't any clear because I got:...