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

is CAN TERM pin high by default in B-G431B-ESC1?

Hi, I'm doing a project which sends CAN data from B-G431B-ESC1 board to sth else(NI cRio).Just to make sure, do I have to set CAN TERM Pin(PC14) high by setting it     GPIO_OUTPUT    GPIO output level : High or is it high by default?I don't understan...

JKong.3 by Associate III
  • 721 Views
  • 0 replies
  • 0 kudos

Should be avoided using p->payload in LwIP examples?

I was looking at example HTTP IAP server provided in STM32F2xx package.\STM32Cube\Repository\STM32Cube_FW_F2_V1.9.3\Projects\STM322xG_EVAL\Applications\LwIP\LwIP_IAP\Src\httpserver.cIn http_recv, received data is extracted on every chunk of data from...

JMarq.1 by Associate III
  • 1078 Views
  • 2 replies
  • 0 kudos

Query on Class B library - STM32U585 MCU

Hi team; We have selected Trust zone MCU STM32U585ZIT6Q (U5 series) for our project.We are using with Trust zone enable in our project.we have a query regarding the X-CUBE-CLASSB-U5.We have taken library of X-CUBE-CLASSB-U5 and test example code in S...

JShah.7 by Associate III
  • 925 Views
  • 1 replies
  • 0 kudos

HAL (Hard Animal Layer)

I thought I was the only one wondering how to implement DMA, but it seems to be different. I found this post, and found it interesting how the topic was addressed:To be honest, this was not a post I was planning on at first. However, I was working on...

Resolved! AzureRTOS NetxDuo HTTP Server and FileX

Hi FolksI have few question about HTTP server  if someone here in the started playing with it.As i have plenty of flash on the MCU i opted to store a simple html page directly on the mcu flash memory (like done with mkfsdata.exe on LWIP).Streaming ou...