What is the difference between Oversampling Continued vs Resumed mode?I understand that in Oversampling Continued without resetting the accumulator in between individual samples for that channel. Resumed Mode resets it.I don't understand the implicat...
Hi,I'm trying to apply an Offset on the ADC, I'm using a H743. I'm pretty sure I have the ADC working correctly, because measuring temperatures (MCU internal and one external) as well as measuring some voltages on my board result in plausible values....
Hi,I am having a hard time trying to configure the uC (STM32F446, but that is not important) to output a crafted signal via the Output Compare mode via DMA.What I want is to output a digital signal, that is created via Toggling the Channel Output Pin...
good morning. I want to implement a can loopback on my STM32H755, but when I enable FCAN1, then my clock can't resolve it issues and shows this for FDCAN in the picture below. how could I resolve this problem?
I found code on githubhttps://github.com/DiveInEmbedded/GT911-Touch-driverI cannot get it to read touch datahe might be using chip with older firmwareWhen I try to ready firmware version I get 0x1060The manual I found says for firmware 1040 or higher...
UM2033 mentions that Wi-fi connector of stm32f769i-discovery development board can be configured for i2c board using signals EXT_SCL and EXT_SDA that are connected to PG3 and PG6, however datasheet of MCU (DS11532) these pins do not support I2C.Is th...
Hey guys!I'm trying to run the eaxmple found in this link: https://deepbluembedded.com/stm32-serial-port-uart-with-usb-ttl-converter-pc-interfacing/I'm able to read the data from MCU serially, but when I write, the GPIO is not getting toggled. I've c...
HiI got a new STM32F407VGT6 Dicovery board which is quite awesome. I have been playing with it and now I want to print stuff to a terminal via Serial. I looked up some tutotials and there they simply use the on board STLink becasue USART pins are con...
HelloI'm using the latest HAL library for STM32F030. I've set up a 512 byte transmit buffer for holding bytes that are to be transmitted out the UART using DMA in circular mode. The goal is to treat this 512 byte buffer as a circular transmit queue...