Ask questions, find answers, and share insights on STM32 products and their technical features.
Hi ! This is me again !I am able to send and receive separately but when try to do the loop, it doesnt work. What I am basically doing is when the full reception interrupt is set, I enable the transmission and as soon as the transmission is done, I d...
I meet a confused and unresonable issue about hrtimer with stm32g474mbt6.condition: 1).use timerA to generate 2 channel pwm. Channel 1 is set by CMP1, reset by CMP2; Channel 2 is set by CMP3, reset by CMP4;2). enable preload function, update when res...
I have one ADC, whose channel 1 to 4 will start conversion at x time and channel 5 to 8 will start conversion at y time. May I know how to use the same ADC in an STM32 microcontroller to sample at different frequencies for different channels??
I'm looking for information that will tell me the safe clock speeds for a voltage range. For example from 1.8v to 2.5v what is the highest clock speed I can run safely. usually there is a figure in the datasheet, but I can't find it. I'm using a ...
Unfortunately, I cannot post any code for this question but I believe it relates more to the HAL library and the i2c address matching hardware of the STM32 microcontrollers.I am working on emulating multiple I2C slaves in the address range of 1-24 on...
Hello dear friends,It's been a week since I worked on the CAN transceiver and couldn't make it work. I have set up the chip rcc, bit rate, and receive interrupt of CAN, set the receive filter, and the receiver id in transmission, with no success. I h...
i'm using STM32F030F4Px for MODBUS Master Slave communication based on USART (RS485 communication). i'm using 9600 baud rate, 8bit 1 stop bit communication with DMA and HAL. Master is transmitting 8 bytes to slave after 10 or 20 msec which are receiv...
For reference I have a nucelo G491RE board. Aim : I am trying to connect 4 sensors which have a low output signal to be amplified and then sampled by 2 ADCs (2 sensors are connected to one ADC). The problem is, is that I need a really high sampling r...