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

adc going to error handler

hi, I'm using adc1 and adc2 in multimode dma , normally when i start it is working and reading correctly, when again im calling mx_adc1_init function it is going to error handler, i don't know why, since I'm not deinit and reinit again the peripheral...

USB HID STM32 C#

Hello,I WOULD LIKE TO FIND AN EXAMPLE OF CODE FOR A USB HID CONNECTION WITH A STM32F429, A SIMPLE CODE (C#)TO BE ABLE TO TURN ON AN LED IN MY SOFTWARE.BY RECOVERING A CODE IN C# THAT WORKED WITH A MICROCHIPTARGET AND BY CHANGING THE PID AND THE VID, ...

PSEBA.1 by Associate II
  • 428 Views
  • 1 replies
  • 0 kudos

ETH custom phy driver modifications

Hi forumI have a custom PCB with STM32F407 and a PHY+switch KSZ8863RLL. I am using CubeMX and cubeide, also LWIP. The physical connections have been verified by Microchip schematic- and board support program.Instead of using MDIO to interface the PHY...

DavidWahlberg_0-1737922579168.png DavidWahlberg_1-1737922827559.png

Resolved! Unable to configure 100MHz Clock with CMSIS

Dear Experts,I need your help to configure the clock using CMSIS. I am using Nucleo 64 board of STM32F411RE. Steps I have followed:-1. Enable PWR CLK.2. SET VOS value to 3.3. Enable Prefetch, Instruction cache, Data cache.4. Set Flash Latency 3WS.5. ...

Resolved! ADC in DMA circular mode with LL Library Problems

 int loopTime = 0, maxLoopTime = 0;/* Private function prototypes -----------------------------------------------*/void SystemClock_Config(void); int main(void){   /* MCU Configuration--------------------------------------------------------*/   /* Re...

arge2 by Associate
  • 620 Views
  • 1 replies
  • 0 kudos

Resolved! LWIP Debug Messages Not Working

I Enabled LWIP DEBUG options in CUBEMXin lwipopt.h  /* USER CODE BEGIN 1 */ #define LWIP_DEBUG 1 /* USER CODE END 1 */ in main.c  int __io_putchar(int ch) { ITM_SendChar(ch); return ch; }  But I am not getting anything in SWVITM Data Console

lavanya by Associate III
  • 1195 Views
  • 3 replies
  • 2 kudos

Resolved! Use ST's HAL, or write own libraries?

I am a novice, would like to ask if anyone will write a set of library files only for a single model of microcontroller because of the bloated official library files, is this common? For example, I was looking at the stm32h7 series recently, and the ...