STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Can not make RDP work in STM32F429i_Disco

Posted on March 19, 2015 at 13:38I can not make RDP work in STM32F429i_Disco My code is: ~~~~~~~~~~~~~~~~~             FLASH_OB_Unlock();             FLASH_OB_WRPConfig(FLASH_WRP_SECTORS, DISABLE);             FLASH_OB_WRP1Config(FLASH_WRP_SECTORS,...

Linda by Associate II
  • 561 Views
  • 5 replies
  • 0 kudos

Fatfs on external flash

Posted on March 24, 2015 at 14:21Hi All!I have a task to connect external flash with SPI interface to stm32f4xx. After that, I have to make fatfs on this flash. Could anybody help me to find an example for doing this? Thanks in advance for your help...

96721 by Associate
  • 588 Views
  • 1 replies
  • 0 kudos

STM32CubeMX 4.6.0 Bug Report - Update Manager

Posted on March 23, 2015 at 09:01I have installed the STM32CubeMX 4.6.0. The version 4.7.0 is released today. If I go to menu Check for Updates or Install New Libraries I have no information about new version. I see in the table Installed Version 4....

0690X00000605fwQAA.png

stm32f0discovery - problem with UART DMA transfer

Posted on March 06, 2015 at 14:21Hi. I am a newbe in STM32 microcontroles. I have problems with starting the DMA transfer to UART. This is my init for UART. /* * Helpers for DMA configuration */ static UART_HandleTypeDef *hRS232_handle=&RS232_hand...

SDADC Manual code Examples

Posted on March 23, 2015 at 18:03Good Day,Could anyone please help?i am Currently developing using a STM32F373 MCU and Struggling to get the SDADC Working According to the Reference manualI am using the MikroC Compiler and there are no SDADC Librari...

jody by Associate
  • 814 Views
  • 2 replies
  • 0 kudos

Timer configuration

Posted on March 23, 2015 at 17:56 Hello, I using a STM32F103 processor and Keil uvision MDK. I have this timer configuration in my project: TIM_TimeBaseInitTypeDef timerInitStructure; RCC_APB1PeriphClockCmd(RCC_APB1Periph_TIM2...

hospodar by Associate III
  • 750 Views
  • 4 replies
  • 0 kudos

STM32F103 and Gyro ITG3200

Posted on March 22, 2015 at 06:00 Dear all, I am doing a project with the quadcopter. At this time, I can read the data of accelerometer ADXL345 exactly but the gyro sensor ITG3 I use I2C to communicate the sensors, and the results of IT...

STM32 Debug error

Posted on March 06, 2015 at 21:19Hello, I really need help. I use CoIDE to made my firmwares, but sometimes I've a error when I try to program or debug my own board using ST-Link from any dev. board from ST.I'm using SWD conection, and sometimes it ...