STM32 MCUs Embedded 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
  • 791 Views
  • 2 replies
  • 0 kudos

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
  • 371 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
  • 488 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
  • 1174 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
  • 417 Views
  • 1 replies
  • 0 kudos