STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Ethernet not working on STM32h747 disco board

Hi All,We are using latest CubeH7 V 1.10.0,we have followed community.st.com/s/article/How-to-create-project-for-STM32H7-with-Ethernet-and-LwIP-stack-working and community.st.com/s/question/0D50X0000BOtfhnSQB/how-to-make-ethernet-and-lwip-working-on...

SH.3 by Associate
  • 1020 Views
  • 4 replies
  • 0 kudos

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
  • 2193 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
  • 1341 Views
  • 6 replies
  • 1 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
  • 366 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
  • 1403 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