STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Simultaneous ADC Readings from 15 SPI slaves

Hi ;I need to know if it is possible to get 15 ADC samples from 15 ADC conversion ICs over SPI protocol with a single conversion trigger. My MCU has only 6 SPI peripherals and 3 of them have 16bits data size and the other 3 SPI have 32bits spi data s...

BG1 by Senior
  • 2523 Views
  • 5 replies
  • 0 kudos

How to fast read GPIO?

Hello,i'm reading GPIO using internal instruction of GPIO_ReadPin function like "(GPIOC->IDR & GPIO_PIN_1)?1:0;" but i didn't get actual speed. So is there any alternative way to read GPIO fast ?Regards,Yash

Yash by Associate II
  • 1917 Views
  • 4 replies
  • 0 kudos

I2C dumping 255 as data instead of actual Values

I am using about 13 (PCA9554A & PCA9554AD) I/O expander IC to connect sensors to STM32 F103 micro-controller through I2C. Upto 3 PCA9554 IC works fine, but the moment I connect 4th IC, it starts to dump 255 from all the i/O Expander ICs.The data is l...

CK.3 by Associate III
  • 1679 Views
  • 7 replies
  • 0 kudos

STM32F0 ADC DMA or Not DMA

Hello. I am making software with STM32F030CCT6 processor. I am trying to make ADC with or without DMA. I always face this problem in F0 series. I can read only one channel. When it switches to multi-channel, it transfers data from a single channel to...

Ygndz.1 by Associate
  • 3000 Views
  • 3 replies
  • 0 kudos

UART/USART DMA IDLE Receive with unknow data

Hi,I'm trying to build a software to retrieve data from an solar inverter.After I success to send data, it was the time to receive the data. I choose the method with DMA IDLE to receive data in a circular buffer.In this mode, after a lot of debugging...

EasyNet by Associate II
  • 1307 Views
  • 4 replies
  • 1 kudos