Ask questions, find answers, and share insights on STM32 products and their technical features.
Hi,I am using CMake to compile STM32L496 project. TrueSTUDIO compile fine without issue but CMake. I am very sure I do have the startup_stm32l496xx.s compiled. cannot find entry symbol Reset_Handler; defaulting to 08000000Anyone know what might be wr...
Posted on March 27, 2018 at 16:52Hi, at the embedded world 2018 particapants could register for a free sample (most/really interesting options not chooseable when i was there). I did that and later got a amazon voucher code via mailto:stmicroelectro...
Hi,we´re new to ST Cortex-M and consider using the STM32F479BI in our next projects. We would also like to plan for a future migration to M7. The STM32F479BI and STM32F779BI LQFP208 pinouts seem to fit quite well. The firmware would have to be adapte...
Hi All. My first time posting here. I wanted to get an external crystal for my STM32L476RGT6 Nucleo-64 Board (to solder on to X3). I did not want to order the incorrect one and was concerned about package size. Does anyone know which package size of ...
Trying use the dsfdm peripheral on the STM32L452 MCU to read from an AD7403 adc. The ADC is clocking out data, but the conversion values I'm seeing don't make sense.DFSDM setup is below. GPIO and setup in other functions. Those setups are OK because ...
Do we have external loader example codefor ST Link utility or any other document for STM32H7 micro?
Hi,I am trying to interface SPH0645LM4H-B mic sensor with STM32L476RG on SAI.I have configured the SAI2 block A with following configuration.Master clock :- 2.826 Mhz Sampling rate :- 44KHZ//////////////////// PLL configuration //////////////...
Hello. This is a question about possibilities of STM32F7 or STM32H7 MCU series.I have a sensor connected to the SPI bus interface. I need to periodically poll it with more or less constant period (which is 250 us). Using any interrupts is forbidden. ...
Dear AllI would like to redirect printf output to UART.It seem very simple in this field and many example in internet.I try that with "System Workbench"(SW4STM32).The IDE doesn't show anything wrong.adding below to "uart.c" #ifdef __GNUC__ /* With ...