STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How to do authorization on STM32 and LWIP?

I want to implement authorization on STM32 and LWIP.I took this examplehttps://github.com/particle-iot/lwip-contrib/blob/master/examples/httpd/post_example/post_example.cbut it doesn't work. Session.html is available without authorizationWhat could b...

DK.7 by Senior
  • 627 Views
  • 2 replies
  • 0 kudos

Resolved! New Lib reentrant using C++ and RTOS

I am confused on the topic of new lib reentrant and RTOS.I use C++ and do some std::make_unique calls so malloc it's probably getting called under the hood.I have enabled the setting configUSE_NEWLIB_REENTRANT for RTOS and I am using heap_4 memory sc...

MC.5 by Associate
  • 1164 Views
  • 4 replies
  • 0 kudos

Failed to execute .localhost:61234

Hi, i have recently purchased an STM32F746G-DISCO.i am very new to STM and compontents, but my manager would like me to try and build an interest with it. I followed a tutorial online, and i have followed the exact routes but i keep getting this erro...

JLythgoe by Associate
  • 994 Views
  • 1 replies
  • 0 kudos

STM32L4Q5 I am using the USB interface in Device mode (CDC Virtual Comms Port) and the My_CDC_Receive_FS() interrupt callback. How can exercise flow-control on the incoming USB data to give me time to process it?

In the callback I buffer the input read by the USBD_CDC_ReceivePacket() call and exit My_CDC_Receive_FS() asap, processing the incoming data in the backgroundSometimes, my input buffer fills, & I can't easily make it any larger or empty it any quicke...

AJohn.10 by Associate
  • 193 Views
  • 1 replies
  • 0 kudos

BUG in stm32f4xx_hal_rcc_ex.h

In functionuint32_t HAL_RCCEx_GetPeriphCLKFreq(uint32_t PeriphClk)string     /* Get the current I2S source */     srcclk = __HAL_RCC_GET_I2S_SOURCE();must be     /* Get the current I2S source */     srcclk = __HAL_RCC_GET_I2S_SOURCE() ? RCC_I2SCLKSOU...

NZhar by Associate
  • 291 Views
  • 1 replies
  • 0 kudos
Labels