STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F0x devices and HTTPS client

Posted on September 14, 2017 at 13:29https://community.st.com/community/stm32-community/stm32-forum (I don't know if i write the post in right sub-forum place).I face to one issue to get data from one server using port 443. HTTPS for getting data in...

SPI RXONLY with DMA possible?

Posted on August 25, 2017 at 15:30I'm planning to use a STM32L432KC to read 18-bit transmission from an external slave device. It seems the RXONLY master mode is a perfect match for this since it is outputting a continous SPI clock. I could set the ...

STM32F0x devices and HTTPs client

Posted on September 14, 2017 at 13:48(I don't know if i write the post in right sub-forum place).I face to one issue to get data from one server using port 443. HTTPS for getting data instead HTTP. (First at all , I am newbie with secure connection ...

Use SPI DMA with FIFO

Posted on September 14, 2017 at 13:40I'm trying to use SPI DMA with FIFO to read a ADC. The working procedure of my code is as below:ADC give a interrupt to inform the data is ok to read, then we kick start the SPI DMA to read 16bits x 4 (4 half wor...

0690X00000608DIQAY.png

bug in HAL I2S Full Duplex STM32Cube_FW_F4_V1.16.0

Posted on September 06, 2017 at 09:30I'm using I2s2 and I2s2ex in Full Duplex  mode,set the DMA in DMA_CIRCULAR mode,but  HAL_I2SEx_TxRxCpltCallback can't be called,so I modify as follows.Is this a bug?static void I2SEx_TxRxDMACplt(DMA_HandleTypeDef...

sea trix by Associate
  • 476 Views
  • 1 replies
  • 0 kudos

Resolved! STM32F105 nested interrupt with CAN

Posted on September 13, 2017 at 15:31Hi Community,i have a question regarding to the nested interrupt function of the F105. My Situation: I have 3 Interrupts with different prioritiesCAN bus rx has the lowest priority (highest number) and i want to...