STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

What causes SPI to hang on the BUSY flag?

First, some details.MCU: STM32F765IIKeil uVision 5.25.2.0HAL version: 1.6.0 (installed with Keil uVision)Keil MDK-ARM RTOS2 operating system.The STM32 is connected to an iMX6(running Linux) via SPI. The iMX6 is the master. Communications uses small...

murrellr by Associate II
  • 3326 Views
  • 4 replies
  • 0 kudos

User Manual

Hi CommunityIt has been at least several weeks since I asked my question, 20 odd views and no answers. I also notice someone else has asked a similar question with no response. SO it would appear that there must be many more people who have the same ...

STM32F769 Discovery Board: I want to read stereo analogue audio in from a jack, convolve both channels with a 4096-point impulse response, then output analogue audio from the other jack. How can I do this, please ?

I want the impulse response to be read in from an #include file, and I would prefer the sample rate to be 24 bits/96KS/s. I te above will require two boards, communicating via SPDIF, that would be fine.

MLawr by Associate III
  • 1014 Views
  • 7 replies
  • 0 kudos

addin HAL driver to blinky project

I have started from blinky project and want to extend it for some PWM outputs on TIM2.For this I need to make use of stm32f3xx_ll_tim.h.I added into my main.c #include <stm32f3xx_ll_tim.h> without successI added the file from 'Manage project Items' a...

SKaro by Associate II
  • 1777 Views
  • 10 replies
  • 0 kudos