STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

c code

Posted on October 23, 2016 at 02:16Hello folks, Would anyone know why this does NOT work  while (DMA1->ISR & DMA_ISR_TCIF1==0);    //wait until transfer complete but this WORKs     tc_flag=DMA1->ISR & DMA_ISR_TCIF1; //save transfer complete flag   ...

Mikroe MINI-M4 with GCC

Posted on October 21, 2016 at 20:16Hello, I recently bought a Mikroe M4 developement board with a STM32F415RG to test the embedded crypto. The devboard manufacturer only gives support for his own proprietory C compiler, so I'm currently figuring out...

fabi by Associate II
  • 630 Views
  • 3 replies
  • 0 kudos

Speech Recognition

Posted on May 04, 2012 at 15:45Hi All!!Do you think this is possible in the Controller speech recognition or speech-driven applications to prepare?

Error in receiving serial data(USART)

Posted on October 24, 2016 at 20:50 Hello Here is my code: void USART1_IRQHandler( void ){ if (USART_GetITStatus(USART1, USART_IT_TXE) != RESET) { if (DataReady==1 && count<=150){ if (msg[count]== '\0' ){USART_ITConfig(USART1, USA...

parisa by Senior
  • 311 Views
  • 1 replies
  • 0 kudos

STM32F2xx Flash memory partial erasing?

Posted on October 23, 2016 at 20:09Hello,Would it be possible to erase the flash memory partially before writing data ?It takes a long time to erase 1sector base. (128kByte or 64kByte)If possible, could you some advice how to apply?Thanks.

w21685 by Associate II
  • 871 Views
  • 4 replies
  • 0 kudos