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

Resolved! [HAL Bug Report] STM32G474 Cannot use "HAL_ADC_Start_DMA" with ADC5 when ADC3 and ADC4 configured in dual regular mode

Here is the code in question:HAL_StatusTypeDef HAL_ADC_Start_DMA(ADC_HandleTypeDef *hadc, uint32_t *pData, uint32_t Length) { HAL_StatusTypeDef tmp_hal_status; #if defined(ADC_MULTIMODE_SUPPORT) uint32_t tmp_multimode_config = LL_ADC_GetMultimode...

KYin.2 by Associate II
  • 1051 Views
  • 2 replies
  • 0 kudos

STM32F756BGT6: Embedded Bootloader

Dear Sir/Madam, I have two question to better understand the Embedded bootloader of the STM32F7 Microcontroller and relevant configuration with respect to the Silicon Revision.Is it possible to perform an overwrite of the embedded bootloader programm...

vgiampa by Associate
  • 645 Views
  • 2 replies
  • 1 kudos

NUCLEO-F091RC: Zephyr Hello World

Hi, I am trying to get a working demo up for the Zephyr OS on your Nucleo-F091RCbut having trouble. See attached for description, I get this error -"Error: open failedFATAL ERROR: command exited with status 1: /home/jmreina/zephyr-sdk-0.13.0/sysroots...

Justin1 by Senior
  • 1343 Views
  • 1 replies
  • 0 kudos

STM32F427 Ethernet interface with KSZ8081 PHY chip

HiI am using STM32F427 controller. I am using KSZ8081 Ethernet PHY Transceiver.I have configured the controller for MII interface.I have set the IP address and trying to ping the board from PC. There is no response.How to check the controller configu...

PMohan by Associate II
  • 2112 Views
  • 4 replies
  • 0 kudos