STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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...

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
  • 247 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
  • 431 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

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
  • 1916 Views
  • 7 replies
  • 0 kudos

bootloader protected by password

Posted on January 15, 2016 at 16:18Hi, I would like to udpdate the microcontroller STM32F42xxx SW without having access to Boot pins ( hardwired to boot0 = 0 boot 1 = 0) and by using USART port. code is stored in internal flash memory containing SW ...