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

Which configurations do I have to consider if I want to use a STM32H750B-Disco example as e.g. "TIM_TimeBase" with another board that uses a different QSPI flash memory (program code on external qspi-flash)?

Here is my approach:1) I think I have to adjust the pin configuration in the "memory_msp.h" of the ExtMem_Boot project first2) Then I would have to include the correct QSPI driver in the "qspi.c" file.3) Provide the correct ".stldr" external loader f...

pk84 by Senior
  • 2772 Views
  • 19 replies
  • 0 kudos

OTA firmware update for a Nucleo F746.

*Edited, I had a long question about why the code wasn't working. I was using an example based on Embetronicx. Here is the git location for his example. https://github.com/Embetronicx/Tutorials/tree/ETX_Bootloader_3.0/Microcontrollers/STM32/STM32F7...

SWood.4 by Associate III
  • 1750 Views
  • 6 replies
  • 1 kudos

USB initialization issue on STM32H7 controller

In latest USB CDC library code in file usbd_cdc.c, USBD_CDC_RegisterInterface() function pdev->pClassData is not getting initialize and due to which we are facing hardfault during port connection. In earlier version of library code pdev->pClassData w...

VKute.2 by Associate
  • 1158 Views
  • 2 replies
  • 0 kudos

How to solve errors from middleware.

Currently, I'm working on a project in which I have to send and receive data from AWS. In reference to your code, I'm trying to implement my project but, I'm getting errors in middleware like mbedtls_ssl_write returned -0x6d & mbedtls_ssl_write retur...

pragnesh by Associate III
  • 446 Views
  • 0 replies
  • 0 kudos

USB Device Mode Re - Enabling

Hello,We are Using the STM32L496AGI3 Controller.We are using the USB CDC Device only mode as Virtual Com Port for transferring the data serial.After our work is finished we are disabling the USB CDC using MX_USB_DEVICE_DeInit(); Function.But after th...

ORana.1 by Associate II
  • 1696 Views
  • 4 replies
  • 0 kudos

STM32F072 CAN to USB HID Converter

Hi all!I am planning to make a USB to CAN converter or can sniffer and want to do it in most efficient way. First step can be just sniffer. So I want send all received packages from CAN(at max speed (500kbps %80 or %100 bus traffic) and send them via...

0693W00000SwFUtQAN.png

STM32H7 Ethernet DMA timeout error

Hi,We are using STM32H7 and ethernet connectivity in our project.We followed the instructions from the link "How-to-create-project-for-STM32H7-with-Ethernet-and-LwIP-stack-working".We are able to ping and communicate within the server(STM32) and clie...

PNaph.2 by Associate II
  • 1669 Views
  • 2 replies
  • 0 kudos