Forum Posts
STM32H743ZI and 8 bus parallel communication
HiI'm about to be using the STM32H743 to a project, were is should communicate to an 8 bus parallel ADC. Is there maybe someone who can guide on how this can be done, maybe there is an example, tutorial or other documentation of how this can be done ...
STM32F205 - Value of USART->DR (RDR) register after reading
Hello,what is the value of USART->DR (RDR) is read twice after receiving a byte? E.g.Byte 0xFF received, RXNE flag set.DR is read into variable, RXNE is cleared, the variable contains 0xFFDR is read into variable, the variable contains ?Does the DR h...
Hi, I'm trying to read CAN bus messages via stm32f4 but unable to receive any data.
The CAN bus transmit some raw data at 500Kbits/sec and is transferred via transciever to pins PB8(Rx) and PB9(Tx).I tried to configure the followed values from the cubeMx platform (since my CLK on APB1 is 42MHz): prescalar=6, TimeSeg1 = CAN_BS1_11TQ,...
Hard Fault when dicrease core freq on F373
Hi, I'm using STM32F373 for my project. When I'm using core freq >=36MHz everything is fine. But I need to decrease core freq for power consumption. When I run project with 12/24MHz Hard Fault is occurred in 1-5 secconds. Times is randoms. (Of course...
STM32 L0 + Win10 : How to detect the chip through the USB port?
I have STM32L073RZ. I'd like to load my code through the USB connection (PA11 and PA12 pins). When I use the Nucelo Board NUCLEO-L073RZ the Peripheral Manager detects the board as "STMicroelectronics STLink Virtual COM Port COM6)". I would like to by...
stm32h753zi EXTI0 & EXTI9_5 doesn't go into IRQ Handler but EXTIO4 does, whats going on?
Hey guys, setting up External GPIO interrupts I wanted to setup PA0, PB4, and PC6 as GPIO interrupt. The PB4 works perfectly it goes into the IRQ handler no problem, howeverPA0 and PC6 have similar issues for some reason they dont want to call the IR...
CMSIS, FFT, Compilation works, During Debug: "Can't find a source file...". Why?
Hello,I try to implement an FFT on the STM32F401CE controller. I followed a tutorial from youtube (https://www.youtube.com/watch?v=vCcALaGNlyw). It mainly consists of including arm_math.h and libarm_cortexM4lf_math.a. I succeeded in doing so and comp...
Updating firmware using raspberry pi
I have a custom board with SWO pins for STM32 firmware (but I don't have the RESET pin)I was planning to update my board remotely with ST-Link and raspberry piBut I found out too late that STM32CubeProgrammer does not support ARMI tried to use ST-Lin...