STM32G0C6 multichannel ADC configuration
I'd need to sample 4 ADC channels in sequence mode without DMA (polling) for my STM32G0C6 device.I'm not able to find any example to implement this. Anyone can give me a hint?thanks in advance,gaston
I'd need to sample 4 ADC channels in sequence mode without DMA (polling) for my STM32G0C6 device.I'm not able to find any example to implement this. Anyone can give me a hint?thanks in advance,gaston
Hello, I am trying to implement X-Cube-ClassB Software Package in my project that is using an STM32F4 MCU. According to the information provided in the website, it looks like I need to use Version 2.2.0. However, I'm wondering if the latest versions ...
Hi,I want to use CBOR for my stm32F7. Is there any recomendation by ST for it or any opensource library that can be integrated?
I am using stm32g070rbt6 controller for my project, with 16MHz clock.Peripherals included in my project,1.UART2.I2C3.TIMERS(tim14 & tim17)Issue is like when I'm in debug mode, I couldn't able to go step by step code but when I put the breakpoint afte...
Hi I need help setting up an Infrared transmitter using an STM32F3.I know timers and have thinkered with stm32's quite a while now, but I have no clue how I'd do an Infrared transmitter. :D I'd like to control some sort of device (f.e. a projector or...
HiI have a battery powered project, where I want to turn it on with a falling edge. MCU: STM32G431RBTo save power my plan is to set the STM32 to shutdown mode.Now my Question is, how can I wake up the MCU from a falling edge?I have read the following...
Hello, I am currently facing an issue while attempting to establish communication between an STM32 Nucleo F446ZE development board and an MPU-9250 sensor using I2C protocol. I am utilizing the HAL_I2C_IsDeviceReady function from the Hardware Abstract...
Hi Im using stm32f429 disc1 board for adc calculation. The result after calculating is seen through the tera term of one PC is different from the one seen through the serial terminal of Linux.
Hallo everyone,As a relative newbe in the world of MCU programming, I am searching for an acceptable solution for the fast readout of an ADC chip with a SPI interface. It concerns the MCP33131D/10 ADC (16bit, 1MS/s) to be controlled by a STM32F40...