STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Problem with GPIO in STM32F100 discovery card

Posted on June 28, 2015 at 02:12 I have tried to test GPIO programming with CubeMX and the F100 discovery card. But outputs do not change. I have a project directly from Cube, it has only IO which are used in Discovery card, other outputs do...

LMI2 by Lead
  • 844 Views
  • 7 replies
  • 0 kudos

STM32F100RC revisions

Posted on June 24, 2015 at 15:26I am having a problem with STM32F100RC microcontroller related to the chip revision. It appears that TIM14 which I use is not presented in a new batch of chips. Old ones are marked STM32F100RCT6B rev. A and they work ...

tetj by Associate II
  • 681 Views
  • 4 replies
  • 0 kudos

stm32F0 sd Card FATFS

Posted on June 28, 2015 at 14:49Hi I am using stm32f0 to wtrite and read from sd card using FATFS.Every thing is ok  : integration of FATFS files and making the correct hardware connection.I can communicate with the sd card for example to get its p...

Bit-band - via a linker.

Posted on June 29, 2015 at 00:33Can anyone come in handy ...Code for linker GCC.xxx_sram/flash.ldMEMORY{    ROM  (rx) : ORIGIN = 0x08000000, LENGTH = __    RAM (rwx) : ORIGIN = 0x20000000, LENGTH = __    BITRAM (rw) : ORIGIN = 0x22000000, LENGTH = 2...

Setup FREERTOS with CubeMX

Posted on June 27, 2015 at 23:20I used CubeMX to setup FREERTOS on STMF0m Discovery board, with STM32F051R8Tx I keep getting Error 272: undeclared identifier ''SystemCoreClock Any suggestions how to fix that? Any help appreciated

gerhard by Associate II
  • 956 Views
  • 4 replies
  • 0 kudos

SPI with DMA on STM32F437

Posted on June 23, 2015 at 15:39 Hi, I'm having troubles setting up the DMA with SPI2 on a STM32F4 I am using the streams 3 and 4 on channel 0 as said in the datasheet. Here is my init code : void MX_SPI2_Init( void ) { DMA_InitTyp...

STM32Cube and GCC for VCP

Posted on June 14, 2015 at 06:26I have the STM32F429 Discovery board and I am trying to get the Virtual Com Port working. I am using the GCC plugin for Eclipse, which can generate a blinky program that compiles and works for the board. I can also us...