Resolved! STM32H750 system boot loader via CAN?
Error while parsing Rich Text Content
Error while parsing Rich Text Content
I am using STM32F051R8T6 controller. I was initially using the standard peripheral library's inbuilt functions and structures to initialize the peripherals for eg. GPIO. Now, I want to optimize my code(size) by trying to directly write into the regi...
I have start from scratch to enable the CDC (VCP) .Complie is ok.But if i connect the board to the LapTop i get Code43.Configuration:STM32CubeIDEVersion: 1.0.0Build: 2872_20190423-2022 (UTC)Windows 10 X64 If have inserted into CDC_Control_FS the gett...
I'm looking for a eval board/micro-controller with high-speed USB (with integrated PHY) and I2S interface to stream up to 12 audio channels (6-in/6-out) 16-bit samples at 44Khz. Are there any app-notes or recommendations on audio over high-speed USB...
Hi! The Cube (STM32Cube FW F7 v1.15.0) examples seem to only show UAC1 examples, but I've seen references to working UAC2 applications on STM32. I've seen some references to porting a driver from other platforms, or copying the descriptors from "Henr...
I have the following situation. I use a STM32F030F4 flashed with a programm created with Keil uVision. I use startupfile provided from ST. Flashtool and Target dialog are configured in "default". The address for the app inside the flash starts at 0x0...
Hi!I've been struggling for several days in trying to make a working audio example on my STM32F746 Discovery board.I have studied the datasheet of the codec, of SAI, I2S and the examples given in the STM32F7 firmware package.I have succeeded in makin...
I'm testing the SPI capabilities of STM32H7. For this I'm using the SPI examples provided in STM32CubeH7. I will perhaps not keep this code in my own development, rigth now the goal is to understand how SPI is working and what bandwith I can get in t...
Not able to get adcValue by calling HAL_ADC_Start_DMA(&hadc1,&adcValue[0],6);Please can anyone tell me how fix it?Thanks
We had a sensor based on STM32L4 installed in the field for a few days. It worked fine until the battery died and the device turned off. The problem is the MCU could not boot up after connecting it back to power. After connecting via SWD, STLink indi...