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
Ask questions, find answers, and share insights on STM32 products and their technical features.
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
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...
Posted on September 13, 2017 at 16:05I'm using SPI with DMA for both Tx and Rx. So I call the relevant HAL API : 'HAL_SPI_TransmitReceive_DMA()'. And I only want to response to the Rx complete event. I find two possible places to filter the event: ...
Posted on September 13, 2017 at 15:55HelloWe are using FMC for communication with FPGA. FPGA has memory-mapped periphery implemented in compatible mode for synchronous non/multiplexed PSRAM/NOR.We are facing problem with misinterpreted spikes/cut pu...
Posted on September 13, 2017 at 12:30The 'F446 according to DS has SPI1 to SPI4, and SPI4 does not implement the full set of features (I2S missing).JW
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...
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...
Posted on September 12, 2017 at 14:21The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on December 24, 2016 at 15:15 I use STM32CubeMX v4.0. It generates MX_Device.h file for configuring CMSIS-Drivers. I found that there are some macroses use hyphen symbol, which is not allowed: /*-------------------------------- SYS ----...
Posted on September 12, 2017 at 20:49ADC is irrelevant.Should be RCC AHB1 peripheral clock enable register (RCC_AHB1ENR).JW