Ask questions, find answers, and share insights on STM32 products and their technical features.
The documentation for the I2C interfaces on the STM32H747_CM7 board says:<name>SADD0</name> <description>Slave address bit 0 (master mode) In 7-bit addressing mode (ADD10 = 0): This bit is dont care In 10-bit addressing mode (ADD10 = 1): This bit sho...
We have the task to enable an assambler to quicker his assambling process of a couple of hundreads of units, and one of the time consuming process is to attach batteries, program the unit and then deatach the batteries for the later steps of assambli...
I have an analog circuit that is read by an ADC input. I would like to have a self-diagnostic function where I inject a known signal to the input of that circuit with the DAC for a self test, then disconnect the DAC from the pin and leave the pin in...
This isn't a question - I just spent a LONG time finding this so I figured I'd post my solution in case anyone else runs into it.The STM32U5 seems largely backward compatible with STM32L4 source code, but in order to have certain low power peripheral...
Adc start conversion on Tim1_CC4 (Input capture compare) doesn't work.I'm using STM32G051k8, Input capture compare works fine on Tim 1 Ch4 (I @read a correct input value) but doesn't generate an Adc start events.Can you help me?Thank you in advanced....
Hi guys, I am using Nucleo-F446RE board in cubeide (version 1.12.1), with basically every step was by defalut when I created new project, a problem occured when I tried to debug, as it showed " Error finishing flash operation " , anyone got any idea...
Hi ST community, First question for me here.... It is about an emulated eeprom issue I try to save dta to an emulated eeprom. Parameter are : starting dress : 0x800D00 page size 0x800 number of variable to be saved 37 guard page number =2 cycle lif...