Differential ADC to measure voltages above VDD ?
When using differential ADC, it is safe to to measure voltages above VDD ?I am trying to measure a voltage different across a current sense resistor from 12VDC power supply.
Ask questions, find answers, and share insights on STM32 products and their technical features.
When using differential ADC, it is safe to to measure voltages above VDD ?I am trying to measure a voltage different across a current sense resistor from 12VDC power supply.
Hi , I am trying to use lptim on NUCLEOL412RB.I want to use lptim repetition counter to fire a interrupt which period is 5 secs.My lptim clock source is 32k LSI.Here is my config:hlptim1.Instance = LPTIM1; hlptim1.Init.Clock.Source = LPTIM_CLOCKSOUR...
Hello,i need to use this flash memory with Quad SPI. I read the STM32 user manual and some examples of random evaluation boards.I think that this first step initialization should be okstatic void MX_QUADSPI_Init(void) { /* USER CODE BEGIN QUADSPI...
Hi, I'm stepping through the code on Nucleo-F446RE board and doing the following:LL_I2C_GenerateStartCondition(I2C1); step++; while(!LL_I2C_IsActiveFlag_SB(I2C1)); LL_I2C_TransmitData8(I2C1,BMP180_ADDRESS_WRITE); step++; while(!LL_I2C_IsActiveFlag_A...
Hi all. I'm a CS major with a decent knowledge of C, C++, and Python, but my summer internship has tasked me with installing NuttX onto an STM board and I'm a bit lost. I have never used Linux before and I have never dealt with real time operating sy...
Hi, I hope you are well!I get stuck on the same issue since a few months:I stream multiple audio files (.wav), at the same time and continuously. After 24 hours of streaming, SD card files start to be corrupted (data is wrong) and when I inspect the ...
Hello,I am using UART4 from a STM32F2. I am sending a data then my RXNE FLAG from SR register go from 0 to 1. Without doing anything (no read of the DR register and no clearing manually the flag) it go back to 0 after some time. So I am missing the d...
I am using the STM32H743I-EVAL2 and have been trying to get the SD card initialization working. During the execution of HAL_SD_Init() --> HAL_SD_InitCard() --> SD_PowerON(), HAL_SD_ERROR_CMD_RSP_TIMEOUT is returned.I was originally using code generat...
I've enabled the I2C controller and ask it to send a start condition on the bus, and it does, however, as soon as I write a data byte to the TX register, it releases the bus and raises an arbitration lost flag. How can this be possible when there is...
While testing the exception traps routines I ran into an odd problem with the SRAM2 parity check on an STM32L496. As part of a unit test I force a usage error by attempting to read from 0x3000 0000, an invalid address. The usage vector is called co...