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

Resolved! I2C between STM32F411 (MASTER) and STM32F103 (SLAVE)

Posted on August 13, 2017 at 02:27Greets All,I am trying to set up I2C communications between a nucleo STM32F411RE board (as master) and a STM32F103C8T6 Blue Pill board (as slave). I am using cubeMX and Keil. I also want to use DMA. I want to set th...

Delete non-empty directory chan's FatFs

Posted on February 23, 2017 at 10:47Hello,I wanted to delete the directories created using f_mkdir(). I have created some files inside directories. I could delete the individual files inside directories but unable to delete the entire directory.My a...

Niks by Associate II
  • 610 Views
  • 2 replies
  • 0 kudos

Disabling Uart4 interrupt causes lockup

Posted on August 27, 2017 at 00:02Hello Forum,I have a function that I call to read data from Uart4. As there are a number of critical times that I need Uart4 interrupt disabled, I enable the interrupt on entry to the function and disable it after p...

stenasc by Senior
  • 1043 Views
  • 18 replies
  • 0 kudos

STM32F407 SPI RXNE flag bit clears automatically

Posted on September 10, 2017 at 19:11Hi all, I am using STM32F407 Discovery board and trying to initialize and retrieve the data from the on-board accelerometer. I have properly initialized the PA5, PA6 & PA7 as SCLK, MISO & MOSI pins respectively. ...

Resolved! Stm32f103 MCO output

Posted on September 10, 2017 at 18:00 I try to configure my MCO ouput on my STM32f103, only with STD periph lib. here is my code: void OutputMCO() { GPIO_InitTypeDef GPIO_InitStructure; RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOA, ENABLE);...

paul sauv by Associate III
  • 620 Views
  • 1 replies
  • 0 kudos

STM32F4 SDIO DMA FIFO Error

Posted on December 16, 2013 at 19:54 Hi, I'm quite new to microcontroller programming, and I'm currently rolling my own library using STM32F4's SDIO peripheral. I'm currently having problems when I write data to a card using the DMA. My ...

MPU6050(I2C) not working

Posted on September 08, 2017 at 15:38Hello All,I am using STM32F100 MCU for MPU6050 sensor interfacing.I am using I2C.when i generate code , i get itvoid HAL_I2C_MspInit(I2C_HandleTypeDef* hi2c){GPIO_InitTypeDef GPIO_InitStruct; if(hi2c->Instance==I...

GPIO Toggling issue

Posted on September 08, 2017 at 15:55Hi,Now I'm currently working with GPIO control.And I have an issue to control GPIO,I came across there's not toggling when I use delay()For example,# GPIO toggling not working casevoid delay(void){ volatile int i...

Labels