Ask questions, find answers, and share insights on STM32 products and their technical features.
I bought a few Olimex STM32-E407 boards lately. I need to use the CAN1 bus. However, the default PA11, and PA12 have not populated, and I remapped to PD0 and PD1. The code always failed immediately at CAN_init (generated by STM32CubeMX). No choice, I...
my type is stm32f031c6. i used TIM2_CH3 binding to DMA1_Channel1 , and set in PWM1_MODE.i find the PA2 no AFIO register to remapping function. the PA2 gotta no PWM pulse.
I learn the lesson,but it STM32F769I-Discovery boardthis video use file but i can't find it.i look this video already copy the file,add the project,is true?i guess new project,copy the file ,add project,addtion, Where there is need to modify?thanks,...
Our project want to use the 4GB eMMC NAND Flash on STM32F103RC or STM32F412VE.The eMMC architecture of NAND flash support revision , below. It just require to over the MMC standard 4.41 / 5.1.Could the STM32F103RC or STM32F412VE support 4GB eMMC NAND...
This is my code;it when run to the code in the picture, the MCU will deadvoid Flash_Test(void){ U32 Write_Addr = FLASH_USER_START_ADDR; //FLASH_USER_START_ADDR=((uint32_t)0x0800E000) uint64_t data64=0x1234567812345678; EraseInitStruct.TypeErase ...
Hi I'm having an issue while reading 6 inputs each one with one waveform at the same time I'm collecting analog inputs and sending to TTL and reading settings from TTL.At some point if any of the wave inputs gets 119 Khz or more, the stm32 becomes u...
I'm trying to figure out if the board is functional by trying the simple on board LED blink project, the board is STM32F407VGT6 and IDE is Keil uVision5. I'm using the code below:#include "stm32f4xx_hal.h" void configureLEDpins(void); void msDelay(...
Hi Team I want to interface UART on my STM32H7B3I-DK device I am aware of the code that needs to be generatedusing the ide for UART ,I am not sure on the pin connections that needs to be made inorder to receive the data Can you please let me know the...
Im getting this error for all Cubemx Generated Software. Even for the nucleo Project. Please help Im bulding a project using stm32f105r8t6.