STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

LWIP on STM32H7 and Cubemx not working

I am using STM32H7 MCU and Cubemx ide. I am facing an issue with ethernet connectivity with the Nucleo board which has STM32H743 mcu.I have configured Connectivity ETH and set the mode to RMII and enabled LWIP from the middleware. I tried DHCP enable...

SS.Sagar by Associate III
  • 1101 Views
  • 2 replies
  • 0 kudos

UNABLE TO CONVERT TFLITE MODEL FROM KERAS MODEL

Hi, Am trying to create the ASC model which is existing in FP-AI-SENSING1 Pack. When I was converting from keras model to TFlite model am getting below error. Am using the same code which is in the pack, am not changing anything. Even the audio file...

Question about speex

Hello everybodyI want to use speex in my project based on st application note in speex demonstration and it's code ... my hardware is f407 discoveryMy question is : is there any option to implement speex in wideband mode with good quality in f407 boa...

ARSL.1 by Associate
  • 558 Views
  • 0 replies
  • 0 kudos

HTTP IAP and Google Chrome

Hello,I worked on a web server based on a Nucleo STM32F767ZI card and also on remote reprogramming with HTTP. For remote reprogramming I used an example (https://www.st.com/en/embedded-software/stsw-stm32069.html) which I adapted myself.Unfortunately...

SBebi.1 by Associate II
  • 709 Views
  • 1 replies
  • 0 kudos

VCP ISSUES

I am having VCP issues in Windows 10. I have seen similar threads regarding similar behavior but have not found, or seen, any definitive solutions.STM32 driver download page states :" Starting from Windows® 10, the STSW-STM32102 driver is no more ade...

AKluk.1 by Associate II
  • 1720 Views
  • 9 replies
  • 0 kudos

[STM32F411] I want UART waiting for RXNE interrupt,but it can't stop to keep entering UART_IRQ_Handler and alway readed the last data even I'm not trans any data to MCU, Where am I doing wrong?

UART_HandleTypeDef huart2;void MX_USART2_UART_Init(void){ huart2.Instance = USART2; huart2.Init.BaudRate = 9600; huart2.Init.WordLength = UART_WORDLENGTH_8B; huart2.Init.StopBits = UART_STOPBITS_1; huart2.Init.Parity = UART_PARITY_NONE; huart2.Init.M...

WYang.5 by Associate
  • 587 Views
  • 1 replies
  • 0 kudos