STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! LT6810 Library import in stm32H753 code

I am writing the code stm32H7ZIT6 based master to control slaves based on LTC6810 ic. Although, I am getting errors while importing the specific LTC libraries needed for making this setup work. I am trying to import specifically these libraries 1. LT...

img.png

STM32 problem with UART RX throught DMA

Hello,I am implementing the use of the DMA for receiving data from the UART on a board with an STM32G491 that is constantly receiving data at 19200 baud.The DMA is configured in normal mode, and the receive buffer is currently of 50 bytes.Each time t...

Smark by Associate II
  • 902 Views
  • 9 replies
  • 5 kudos

Resolved! STM32F429ZI fixed Ethernet with LWIP

I hope this email finds you well. I am currently working with the STM32 NUCLEO F429ZI and encountering challenges with Ethernet connectivity. Specifically, I am looking for example projects demonstrating how to connect STM32 to Ethernet, both using a...

QuangIoT by Associate II
  • 541 Views
  • 3 replies
  • 0 kudos

Resolved! What causes HAL_FLASH_OB_Unlock() to call HardFaultHandler()? It calls WRITE_REG(FLASH->OPTKEYR, FLASH_OPTKEY1); and jumps directly to HardFaultHandler().

The HAL_FLASH documentation is especially poor. There in no overview of what you have to do. You would think (because of lack of anything saying different) you have to HAL_FLASH_OB_Unlock()HAL_FLASH_Program(...)HAL_FLASH_OB_Lock()The first command H...

KiptonM by Lead
  • 7174 Views
  • 38 replies
  • 0 kudos

Resolved! STM32F042C6U6 ADC DMA Read Multi Channel

Hello,I made a Motor Driver Circuit and I want to read the ADC via DMA, but it has different settings compared to other microcontrollers such as F4, G4, F0. How can I do it or is there a code or video that can be an example?  STM32F042C6U6 SettingsOt...

f042 settings.png f042 settings 2.png other mcu settings 2.png other mcu settings.png
Sergen by Associate III
  • 316 Views
  • 1 replies
  • 0 kudos

STM32H750 + USB3300 ULPI deadlock

Working on an audio device using STM32H750 with USB3300, using TinyUSB stack.Either it works perfectly, or there is no ULPI communication.In the latter state, STP, DIR and NXT are all solid high and nothing moves. I can unlock it by pausing the progr...

BRP by Associate II
  • 286 Views
  • 2 replies
  • 0 kudos