Resolved! What is the expected future production run for the STM32 Nucleo-144 reference board? And while at that, for the MCU as wel, the STM32F746ZGT. Thank you advance.
Is the MCU "not for new" designs?
Is the MCU "not for new" designs?
The new STM32H5 series comes to complete the STM32 High Performance MCUs portfolio. The STM32H5 series is based on the 32-bit Arm® Cortex®-M33 core running as high as 250 MHz with up to 2 Mbytes of flash memory in dual-bank memory, up to 640 Kbytes o...
HiIs there any way to have the function "FLASH_Erase_Sector" operate with an interrupt during execution?Of course, the function must be executed only on the SRAM.Target is STM32F407.
I have some projects I am working on that I'm starting with Nucleo and VL53L5 satel.The board is too large, so I saw the Blackpill which has F411.Can anyone tell me please if the F411 will run the same code?
What are the main differences between using C and C++ for STM32 microcontroller programming? Which language is better suited for different use cases, and what are some factors to consider when choosing between the two for embedded system development?
MCU: STM32G474 (100 pins)PIN: PD12 configured as ADC input with 12-bit resolutionPIN: PE1 configured as GPIO_Input to trigger software reset thru NVIC_SystemReset()How to duplicate:1.) Inject voltage on PD12 and monitor the ADC raw reading.2.) Trigge...
Hello everyone,I'm trying to get ADC(DMA) data on the NucleoF303RE STM32 board. The sampling speed is 1Msamples/s. When I apply a sinus wave I see data losses on ADC data. I tried to read data with a serial port and save it to an sd card. Both of the...
Hello,at the moment I try to get a Sensor working, I use the HAL_SPI_TransmitReceive_IT and HAL_SPI_TransmitReceive_DMA functions.: The settings I used are:Mode: Full Duplex MasterNSS: Hardware Output; has Low-Enables Slave-Select.Frame-Format: Motor...
I'd like to use my own server instead of HSM card. I can't find any information how the license file is generated except the fact that it is possible as mentioned in AN5054.Slawek
The code runs in debug mode, however when I disconnect debugger and run the code normally it does not work as working in debug mode?I am using STM32H7xx single core microcontroller.Awaiting to hearing from you.