stm32f407 SDIO and USART together
when I use the usart6's DMA, my SDIO can't write to the SD card properly
when I use the usart6's DMA, my SDIO can't write to the SD card properly
Hi all. I am using STM32H747BIT6 with cm4 & cm7 cores but I am struggling with debugging my application. I started a new STM32 project using the CubeIDE wizard and gave the ioc file to generate simple code. Then I built the two projects (m4 & m7). Af...
If my data is more than one 32-bit word and I have to write it one 32-bit word at a time to the FIFO, is it possible that the USB controller could send just the first 32-bit word? Is there a way to stop that from happening?Thanks```USBx_DFIFO(1) = se...
Hello folks I am using the first bank for the firmware and the second bank to save a bunch of parameters. When the fw receives a command via uart, it updates the parameters erasing first and then writing groups of 8 bytes. When I try to erase the fir...
I am doing an academic activity where I was asked to execute a reading process from an external RTC via i2C, but on another MCU, I used a repeat timer, but I was unsuccessful. Something seems to interfere with the I2C communication and according to ...
We did many projects using Stm32f105rbt6. Stm32f103ret6 now is cheaper with more memory and the pinout is the same. Can we use Stm32f103ret6 directly without any programming changes?
I down load the STM32F373C8T6 Foot print and Symbol from STs website (Ultalibrarian)But it has a wrong Pinouts connections (Pin numbers) VDD_2 Pin No.14PA-4 Pin No 15PA-5 Pin No 16PA-6 Pin No 17 But actual connections arePA-4. ...
Hi all,in my firmware I fall in a UsageFault but, since I have some tasks, I not able to understand which instruction caused the fault. Both PC and LR are pointing to the handler ..I attached the current screen.Thanks!
Hello and thank you for taking the time to read and answer my question. What I want to do:I have SYSCLK configured at a frequency of 16 MHz (using HSI), and a PLL block clock with a frequency of 18 MHz.I want to sample the PLL clock on the rising edg...
here's a link to the GitHub issue containing the build output: https://github.com/giff25/MotorTest/issuesI double checked to make sure the HAL_TIM module was enabled, and followed the chain to the .h file itself and still haven't noticed any reason w...