The Lifecycle of the STM32L151
How about the lifecycle of the STM32L151? We are designing a new project. Is it available in another 15 years?
Ask questions, find answers, and share insights on STM32 products and their technical features.
How about the lifecycle of the STM32L151? We are designing a new project. Is it available in another 15 years?
As given on datasheet this microcontroller can support 10/100 Base T Ethernet. Is there any probability that this microcontroller supports Gigabit Ethernet and if yes, please provide the recommended circuitry for the same.
Hi everyone,I'm working with the STM32F030 and recently ran into a hardware limitation that I unfortunately discovered only after designing my custom PCB:I'm using PA4 (TIM14_CH1) to control an LED driver (like SM16126 or WS2812), but just realized t...
I have on my desk an STM32F407 Discovery board and an STM32U083 Nucleo board. My intent is to write software for the F407 to bootload the U083 via I2C. As far as I can tell, these are the general steps:Drive BOOT0 high and pulse the NRST pin on the...
Hello, I have a custom board wich is based on the evspin32g4-dual Board. I generated the code with motorcontrol work bench and could upload it with a j-link. I added an uart output in the startup and noticed that it kept printing it, so the board was...
Hi everyone,I'm developing on an STM32L562CEU6P board using STM32CubeIDE on a Windows 11 laptop.In my project, I'm trying to use the USB_DEVICE feature, but when I run the project, my computer fails to recognize the USB device.What I've tested so far...
Hello, I am using QuadSPI in STM32H723ZGT6 which has OCTOSPI and I am changing octospi to quadspi in pin configuration and writing code also I had written same code for STM32H750VBT6 which only supports QUADSPI and I am using W25Q128JVSIQ Flash for t...
Hello , I'm using STM32G431RB, and I am trying to flash the MCU via UART1 using PA9 and PA10 pins but I can't make it work ..I get an error like "Error: Activating device: KO. Please, verify the boot mode configuration and check the serial port confi...
Hello,I am attempting to set up QSPI to operate in classic SPI mode so that I can transmit data to another STM32 processor. I have set up my code as followed and have connected my QSPI lines to an oscilloscope and a half duplex SPI slave on the same ...
Hi all,I'm working on a project based on the STM32H7 and STM32G4 series, and I'm performing flash write and erase operations using the STM32 HAL functions:HAL_FLASH_Program()HAL_FLASHEx_Erase() My question is: Should these functions be placed into th...