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

Reload STM32L476-Discovery demonstration on Mac

Posted on January 16, 2016 at 08:24Very much a new learner to these chips and the associated tools (but a long time micro-controller and IT developer).Environment:- STM32L476 Discovery kit- AC6's System Workbench (under Windows 10 ia VM under OSX 10...

Defining SPI2 manually on STM32CubeMx ?

Posted on January 17, 2016 at 00:02 Guys, I want to manually define SPI2, I generated SPI1 from STM32CubeMX, but I have done some modification on some files, and I want to initialize SPI2 myself, is it only at spi.c...or I need t...

New-bie question on Low power modes: Sleep/LP Slepp

Posted on January 16, 2016 at 18:52Hi, I am a beginner and experimenting with low power modes. I'm looking for two answers: 1. Is Sleep mode is mandatory to be configured with HSI, or we can also configure it with HSE 8MHz? SPL example and datasheet...

Cannot connect to a Discovery card with ST-link/V1

Posted on January 15, 2016 at 23:27I have a discovery card F100RBT which is working. I see my old SW blinking LEDs. But now I cannot connect to it. It has been difficult before but now it seems impossible. I have tried with Keil IDE and ST-LINK. Res...

LMI2 by Lead
  • 376 Views
  • 1 replies
  • 0 kudos

Confused about GPIOA->CRL

Posted on January 16, 2016 at 14:19hello I am using STM32Nuleo103 and keil compiler.I was configuring GPIOA->CRL register. I found followingGPIOA->CRL = oxooooooo8; //worksGPIOA->CRL |= oxooooooo8; //Not worksI am confused i am just doing ORing with...

SS.Sagar by Associate III
  • 637 Views
  • 1 replies
  • 0 kudos

SPI2, FATFs and STM32CubeMX ?

Posted on January 16, 2016 at 04:52Guys, How can I use SPI2 for FATFs on STM32CubeMX ? I'm using STM32F107 .. Where 's the configuration file for SPI on FATFs ? Thanks

STM32F107VG PB3 - PB4 - PA15 Alternate Function Usage

Posted on July 13, 2012 at 10:37HelloI have to use PB3 - PB4 - PB5 alternate function for using SPI3 or SPI1 But these pins are looking on JTAG main function after reset on datasheet.These pins are still  working on jtag main function  I can't chang...

HAL_IncTick not called ?

Posted on April 14, 2014 at 14:23Hi all, STM32Cube generated me USART code which use HAL_UART_Transmit()/UART_WaitOnFlagUntilTimeout() with uwTick variable. But this one is never incremented with HAL_IncTick() function. This function must be called ...

tgoin by Associate II
  • 2582 Views
  • 7 replies
  • 0 kudos