STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

SPI1 and SP3 communications on STM32F103RF

Posted on November 18, 2015 at 10:21Is it possible to connect SPI1 to SPI3 internally (by remapping SPI1 to PA15, PB3, PB4, PB5 or somehow else)? Didn't find any information about: ''remapping SPI1 disconnects SPI3 from PA15, PB3, PB4, PB5''. Also d...

GNU ARM Eclipse: full Cortex-M7 support added

Posted on November 18, 2015 at 18:55Overview ARM family and FPU type The Hello World Cortex-M C/C++ Project wizard The STM32F7xx C/C++ Project wizard More infoThe https://github.com/gnuarmeclipse includes a set of open source Eclipse plug-ins and to...

Patch_CubeFW_L4 Missing Files?

Posted on November 17, 2015 at 23:53I was trying to run the demo code in both IAR and Keil and got the same issue from both of them.  It appears there are three directories that are empty:..\STMicroelectronics\Documentation..\STMicroelectronics\Midd...

jeremy23 by Associate II
  • 757 Views
  • 4 replies
  • 0 kudos

SD High Speed Switching

Posted on November 18, 2015 at 15:20Hi, do anybody know how to switch SD operation from Default mode to High Speed Mode in WICED using SD_CMD_HS_SWITCH command??I have added    SDIO_CmdInitStructure.SDIO_Argument = 0x80FFFF01;    SDIO_CmdInitStructu...

abhijith by Associate
  • 316 Views
  • 1 replies
  • 0 kudos

Resolved! STM32F407VG Timers Synchronization question.

Posted on November 13, 2015 at 18:42Hello everyone, i need some help, so if anyone could, i'd be grateful. I need to start two timers instantaneously at the same time, when external event happens. Lets say, rising edge on the pin should trigger two ...

RTC Wakeup: HAL_RTCEx_SetWakeUpTimer_IT

Posted on November 18, 2015 at 16:51I resolved my problem, I had to enable the interrupt into the NVIC, before activating the WKUP_IT:    /* Enable and set RTC_WKUP_IRQ */    HAL_NVIC_SetPriority(RTC_WKUP_IRQn, 2, 0);    HAL_NVIC_EnableIRQ(RTC_WKUP_...

cyril by Associate II
  • 562 Views
  • 1 replies
  • 0 kudos