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

CubeMx generates unfunctionnal code with lib 1.5

Posted on April 24, 2016 at 18:02 Hi, Here's some code generated with cubeMx: RCC_OscInitTypeDef RCC_OscInitStruct; RCC_ClkInitTypeDef RCC_ClkInitStruct; RCC_PeriphCLKInitTypeDef PeriphClkInit; __HAL_RCC_PWR_CLK_ENABLE(); __HA...

JulienD by Senior
  • 717 Views
  • 5 replies
  • 0 kudos

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
  • 897 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
  • 461 Views
  • 1 replies
  • 0 kudos