Resolved! How to use POR/BOR in STM32F030
Hi,Could someone plz point me example code on how to use Brown Out Reset or Voltage supervisor to monitor Vdd voltage, if it's less than some value, I can reset mcu.
Hi,Could someone plz point me example code on how to use Brown Out Reset or Voltage supervisor to monitor Vdd voltage, if it's less than some value, I can reset mcu.
Using SMTF32F1x or SMTF32F4x or another, is it possible to receive/identify a generic error-frame on CAN-bus?I'm using call back receiving and if I transmit an error-frame (I'm using Vector Canalyzer as tool), my call back is not running.I also tried...
I configured the UART: huart6. I set the global interrupt and I use touchgfx designer (so RTOS as well), maybe that is the reason I can't set the preemption priority lower than 5 for the UART interrupt. The problem is that I can send messages to ESP8...
Hi,the display we're trying to use uses an ILI9488 display driver, has a resolution of 320x480 pixels, is controlled via an 8 bit parallel bus and has a color depth of either 16 or 24 bit per pixel. The parallel bus works by pulling a WE (write enabl...
Hello,I succefully figured out to scan ADC1 and ADC2 (countinous mode) with DMA. The issue is that by doing above, controller remains busy and no counter update in while(1). If I disable the ADC start then counter starts working. could you please hel...
How can I write the process of receiving barcode information from UART2 channel and sending it from UART1 channel in c language I am working with stm32l562
why this mismatch in this or did i get confused? please help me with this. i want to connect user led port to external led
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...