STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

MQTT client on STM32H7

I want to implement mqtt on stm32h7. For that I want to use lwip, when I was checking the lwip folder I can see there is mqtt related files in the app folder. Does any one have example code based on that?And which one is the better option to go with,...

arslan437 by Associate II
  • 1198 Views
  • 1 replies
  • 2 kudos

Resolved! Trouble with LCD in STM32H747I-DISCOVERY

I'm new to this STM32 world and I'm actually trying to use the LCD on board STM32H747I-Discovery. I've search for the documentation and drivers but I didn't find any information how to use LCD. Also, I want to try wiring B-CAMS-OMV to display on LCD ...

brunamark by Associate III
  • 590 Views
  • 1 replies
  • 0 kudos

Resolved! Uart DMA IDLE vs FreeRtos tasks

Hi! If I have a running FreeRtos task that for example is sending data with SPI, will ILDE event (callback) from uart dma affect the SPI? If so how to prevent this and at the same time dont lose data from uart?

oeliks by Senior
  • 575 Views
  • 2 replies
  • 1 kudos

AWS FreeRTOS

Hi,I have spent the last two days trying to build a demo application that connects a B-L475E-IOT01A1 to AWS.However, I keep finding that the demos will not build due to it needing an old tool chain.The documentation for the board on how to run AWS Fr...

Jorgie by Associate III
  • 726 Views
  • 2 replies
  • 2 kudos

Resolved! Flash Erase not Working (STM32G491RC)

I'm trying to write some data to a address in the flash memory of the above mentioned chip. However the Erase doesn't seem to work. void writeToFlash(uint32_t address, uint64_t data, uint64_t data2){ // Unlock the Flash Program controller HAL_FLASH...

Capture.PNG
BAdmi.1 by Associate II
  • 925 Views
  • 4 replies
  • 2 kudos