Forum Posts
Resolved! How to use the hardware CORDIC of STM32G4 to solve the natural logarithm? Are there any examples?
How to use the hardware CORDIC of STM32G4 to solve the natural logarithm? Are there any examples?
Resolved! Second core not booting up
The STM32 dev board I'm working with is the Nucleo H745ZI-Q.This one has two cores, a M7 and a M4.Now when I try to load code onto it, it runs fine the first time I run the debugger.I noticed that when I reconnect the board, the second core doesn't b...
Auto-polling mode with octal memories is not functional.
Hello everyone,I made a custom board for our design, a STM32L4R9VI and an ospi memory MX25UM51245G are integrated on this board. There is a MX25LM51245G on STM32L4R9I-disco board, but it is not in stock, so I chose this 1.8V version MX25UM51245G. The...
STM32H743 - SPI-DMA timing problem with slave select
Hi everyone,I have a problem with a bidirectional SPI communication. I am using the HAL_SPI_TransmitReceive_DMA function for all my communications and my project is loosely based on the STM SPI example. I have now noticed a problem with my communicat...
Receive/Transmit UART data using DMA
Hello,I use with:- Nucleo-H743ZI2 -STM32CubeIDE ver 1.6.0-MCU Package ver 1.9.0I made loopback between PB14 & PB15 , the loopback work i checked it without DMA . I try to send data from buffer and get the data using DMA but it is not working.Thank's
Would you tell me the condition(Hi/Low/Hiz/PullHigh/PullLow) of all ports of STM32G474 MCU chip when it gets boot mode with boo0 pin of high?
I'm building a new custom PCB with the MCU(STM32G4) chip and needs to get it updated with a new Firmware through UART by main computer. then I HAVE TO CARE all MCU pins so as NOT to make bad effects on other LSI during boot mode. I need to know all t...
Resolved! Trying to find best and most reliable way when using the STM32 timers to change the timebase 'on the fly'.
Hi, I've recently retired from being an electronics design engineer for over 40 years. I wanted to have some fun playing around with micros to do some basic control. I have both the Nucleo-F030R8 and STM32F4 Discovery evaluation boards and have bee...