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

Filter date in literature selector

Posted on May 31, 2017 at 16:43Hello,this is again an issue with the literature selector:The filter by latest update 'To' box has a fixed date  23. May. 17.

Resolved! STM32F446 SPI transfer bit width

Posted on September 12, 2017 at 19:57IMO, *to* is inappropriate here - as far as I can see, transfer width in 'F446's SPI can be only 8-bit *or* 16-bit.JW

0690X00000608CTQAY.png

SPI + DMA receive only on STM32F4

Posted on September 13, 2017 at 16:56In my situation, I need to do SPI receiving with DMA (master side), and not care about Tx. I have three choices in the STM32Cube: Full-duplex masterHalf-duplex masterReceive only masterAnd I have two choices for...

First time user. Fresh question

Posted on September 13, 2017 at 03:08First Question . I am first time user of STM and I am totally new to STM. My idea is to build a GPRS GSM STM module as a gateway for various Automation project. Kindly let me know where should I start about the e...

SPL: NVIC_Init() illogical if not enabling interrupt.

Posted on September 13, 2017 at 14:09I just found this out on electronics stackexchange:If you set the struct member NVIC_IRQChannelCmd = DISABLE, calling NVIC_Init() will do nothing to set the interrupt priority and sub-priority. If you want the in...