STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F0 SPI DMA triggered by Timer compare match

Posted on April 06, 2017 at 20:25Hi!I have a question regarding the stm32f0 DMA engine. I am using an stm32f0discovery MB1034B evaluation board.I have the following setup:The SPI dma is configured to transmit 3 bytes from memory to the spi periphera...

STM32F0 - How to abort a DMA transfer?

Posted on April 09, 2017 at 21:57Hi!I was wondering what is the correct way to abort an ongoing DMA transfer?I have a situation where it seems like there was an incoming DMA request while I had the DMA disabled.I disable all channel triggers and whe...

I2C bus scanner

Posted on April 10, 2017 at 08:07Hi , I'm trying to make a inple I2C bus scanner ( re-writing simple arduino I2C scanner code )I am not sure how to return the error if there a device address exits?1st, am i trying to re-invent the wheel and there is...

benyBoy by Associate II
  • 3867 Views
  • 7 replies
  • 0 kudos

STM32L476RG + IDW01M1, delay problem

Posted on April 10, 2017 at 16:01Hi everyone,I was trying to send a message from a client to server using the standard code I got from CubeExpansionWifi. Before I send a second message I wait for an acknowledge from the server but this last one need...