Ask questions, find answers, and share insights on STM32 products and their technical features.
I've gone through the STM32 boot processhttps://community.st.com/s/article/faq-stm32-boot-processAfter the boot mode configuration is resolved by means of the BOOT0/BOOT1 pins or the nBOOT0/nBOOT1 (from the option bytes); the controller chooses the s...
I want to generate differential signal from this MCU itself. I'm using NUCLEO-H723ZG doing this which has DAC, COMP and TIM built-in.I've used 2 DAC for generate 2 simultaneous UART signals (If there's other ways to do this please recommend) but it's...
Hi,I am trying to set the FRAM memory mb85rc64ta in sleep mode (Datasheet: I cannot copy and paste a link, but it is from Fujitsu and the pdf file is called MB85RC64TA-DS501-00044-4v1-E page 11)It requires 2 START condition but no STOP condition befo...
PCA is managed by a full-duplex serial interface. A typical data frame is defined bya burst of 8 DCLK pulses followed by an assertion of a DLOAD pulse (these lines are driven by the host printing system.). During each frame, 32 bits of control or pri...
Hi, I'm using the STM32L451VETx and I'm configuring the ADC to read from the internal temperature sensor however the readings are lower than expected. Typical readings at around 21 degrees Celsius are only 3 degrees Celsius. I can see some change in ...
Hello There,I'm working on OTA application and successfully executed single bank OTA.Now I'm looking to switch to Dual bank operation to make it more reliable. So, there are 2 banks (memory areas) and after each update, the active bank changes. Means...
Hi,In our application we are using a cooling system(i.e., a FAN/DC motor). For which I have implemented TIM1 in PWM mode to control the speed of the FAN, the story doesn't end here. The FAN provides a feedback which is called as pulse sensor which ca...