User Activity

Having some trouble with reading ADC channels on this unit only when using multiple channels. I have no problem using a single channel, but as soon as I expand it to two, or more, my readings are just garbage.Code for working single channel: hadc1....
So, I'm having an issue getting the printf() function suite to work with floating point values.First, understand that I am not using STM32CubeIDE. It's a good tool, but I've had too many issues/complications using it. I use a custom Makefile and VSc...
Hello, I am interfacing with a peripheral where code exists for Arduino, but using it as reference for STM32. The SPI mode is 3. The Arduino code works, so I am attempting to reproduce it's methods for communication. An issue I am seeing is tha...
I have a peripheral I am communicating to using both a Raspberry Pi and also STM32G0B1 (two different devices, two different setups)I am basically trying to reproduce successful communications that the Pi us doing to this peripheral on the STM32 plat...
I've been fighting this problem for some time. I have a simple custom made board based on STM32G05. I'm utilizing 2 UARTs. One of them I use just for serial port debug. Takes keyboard input (but don't use it) and print out data for debugging. The ...