STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

I'm sorry for my bad english! I am trying to use stm32f103c8 board uart 9600 9N1. I am sending 9 bits of data. but I am missing 9 bits of data. How can I read 9 bit data? It does not matter binary or hex, but I am trying to read 9 bit data completely.

I am trying to create an MDB / ICP (VMC) library for stm32f103 and I need to read and write 9600 baundrate 9N1 features! but hal_uart_receive () function gets 9 bits of data wrong! can you help me?

ismettkn by Associate
  • 443 Views
  • 1 replies
  • 0 kudos

Pausing a STM32 TIMER

Hi, I am using the STM32F401RE microcontroller to control 4 seven segment displays which together represent a countdown timer.In order to control the displays I am multiplexing and therefore using the general purpose TIMER 2 in interrupt mode for a f...

STM32 IoT Node BSP in low power mode

Hi Community,I am working on developing applications using STM32L4 IoT discovery kit. So far i am able to configure sensors and read data from it. Connect to WiFi and transmit data via mqtt are working fine so far. I am also interesting in implementi...

STM32F107 SPI receiving problem

Hello,Here is my SPI configuration and interrupt codes:void SPIConfiguration(void){ SPI_InitTypeDef SPI_InitStructure; GPIO_InitTypeDef GPIO_InitStructure; NVIC_InitTypeDef NVIC_InitStructure; RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOB,ENAB...

parisa by Senior
  • 344 Views
  • 0 replies
  • 0 kudos

DMA-> GPIO STM32f103

Hello,I need to transfer 42 pulses (with 1 pin of a port) and read incoming bits from 1 pin of a port( such as SPI communication). As this forum member trained me I am curious to use DMA to generate 42 pulses with sending a specific value(10101...). ...

0690X00000DA16WQAT.png
parisa by Senior
  • 1703 Views
  • 6 replies
  • 0 kudos

STM32F769 EVAL DMA for TIM2 PWM occurs only once, why?

I am trying to set-up a PWM with 20kHz pattern and every time the PWM is over to add a new one. I am using to start-up the DMA if (HAL_TIM_PWM_Start_DMA(&TimHandle, TIM_CHANNEL_3, SamplingPoints, length) != HAL_OK) functionFirst time the pulse is sen...

VMoca.1 by Associate II
  • 449 Views
  • 2 replies
  • 0 kudos

ADC and DMA timing calculation

Hello,I am trying to figure out how long an ADC in dual mode and DMA will run to take 24000 samples. I cannot get any proper values. My init at startup:bitset(SCB->ConfigCtrl, bit9); // set STKALIGN in NVIC bitset(SCB->AIRCR, (0x5FA<<16)|(...

machinist by Associate III
  • 254 Views
  • 0 replies
  • 0 kudos