I am using an STM32F031 and I can't see specific documentation for the F03x type. All I have is F070, F072 and F091 MCU types.The Low Level API functions do not map correctly. For example, I am trying to set the PLL clock source and the function to d...
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 ...
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.
There is an application with an SPI radio module that gives me a "Ready" signal on MISO line, pulling up or down the line. Is it possible to configure those three gpio pins as SPI and at the same time read their levels in their relative IDR?
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...
both ports set to CDC using internal PHYHeap set to 0x2000VBus sensing not utilized, but that should only affect 1 port, not both.using Cube_MX on this new project.Is there example code for H7 using USB ?
Hi there,ENV: I use a Nucleo-L412KB board with ST library, STM32Cube_FW_L4_V1.13.0. PURPOSE: I am trying to connect my board to pc via USB and send mouse, keyboard and multi-touch reports to PC. In this project, I want my PC to read my board as USB c...
Hi GuysMore for space reasons than anything else we have ended up with an STM32F730 (64 pin) and an external USB3300 High Speed PHYSimple question. Has anyone out there done this already.We appear to be getting to FS operation but not HS.Any pointers...
I'm setting up an embedded Web Server on STM32F4 MCU. My program variables are stored into one big data structure. For instance, if I need to access to the temperature of my board, I'd simply check the value of Variables.Temperatures.BoardTemperature...