I am following this tutorial to debug a hard fault <timestamp 20:00>. I found that it is a bus fault and tried to access the BFAR register to see the address access that triggered the exception. But the address<0x1826852602> it was pointing didn't ma...
I need to change the working mode of the DMA from the general mode to the circular mode, but I don't know if HAL provides a modification method, or other modification method
Setting the encoder functionality on STM32F103C8 is straight forward, just set the registers that's due. But on STM32F407VE it seems more tricky: using PA6 and PA7 on TIM3, if you follow what is said in the RM0090, page 616, you're not ready to go:Fu...
Hello together! :) I am trying to read the status register 1 of the QSPI Flash W25Q80DV via QSPI. Unfortunately I don't get any data in the buffer. I only get 0x00. The topic of QSPI is still very new to me, so I may have overlooked something obvious...
I try to setup the PB0 for PWM mode to drive a LED.When I use the TIM3_CH3, it is working with the following code.But it does not work for TIM8_CH2N.I suppose something to do with the "N" but could not find out what in HAL code should be changed.TIM_...
I'm wondering what would be an ideal circuit to connect a very simple 2-4W class D audio amplifier to a DAC output of an STM32 MCU.My goal is to be able to play some WAV files using build-in DAC of STM32F051.I found an amplifier TDA2822G-S08-R, took ...
Hello,I am reading out of the book, "Embedded Systems Fundamentals with ARM Cortex-M Based Microcontrollers - A Practical Approach Nucleo-F091RC Edition, 2nd Edition. (DEAN)."He reviews the peripherals on the NUCLEO-F091RC and goes into detail on how...
How to connect smte32f469 discovery kit to internet ?
I am trying to transfer sensor data collected on a NUCLEO-144 L552ZET6Q board to a Sparkfun Artemis BLE Module via UART DMA. However, I can't get the STM32 to send anything on any UART besides messages to TeraTerm using the basic HAL_UART_TRANSMIT fu...