STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

conflicting SPI3 and remapping macros

Posted on September 10, 2017 at 12:08in my embedded system there is an stm32f103vdt, working with spi3 and usart3(remapped). spi3 is working well and the problem occurs when i configure usart3 remapped. as i call the macro __HAL_AFIO_REMAP_USART3_EN...

How can I use the alternate function mapping?

Posted on September 11, 2017 at 06:17Hi.Now I'm trying to understand the alternate function mapping with simple example of  'STM32F4xx_StdPeriph_Examples\USART\USART_HyperTerminal'But there is nowhere the setting of alternate function mapping to use...

Generate Timer 3 Interrupt every 2 seconds

Posted on September 11, 2017 at 09:12Greetings,I want to generate timer3 interrupt every 2 seconds.  Below is my timer3 init code. I am using CUBE MXstatic void MX_TIM3_Init(void){TIM_ClockConfigTypeDef sClockSourceConfig; TIM_MasterConfigTypeDef sM...

Resolved! Event Recorder on STM32F030K6t6 error

Posted on September 10, 2017 at 11:01 hi i haveSTM32F030K6t6 that have 4KB Ram when i try to use Event Recorder on keilit get me this error *** Using Compiler 'V5.06 update 4 (build 422)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin' Build target 'Ta...

STM32F437 exiting standby incorrectly

Posted on November 02, 2015 at 10:56 Hi there, I'm currently having some issues with the STM32F437 package going into standby, whenever I send the instruction to go into standby the device goes to sleep but then almost immediately wakes b...

Which pin should I have to use to test USART1?

Posted on September 09, 2017 at 16:52Hi.I'd like to test UART in STM32F429-DISCO kit, and I buy UART to USB board But I don't know what pins are using in UART test with .STM32F4xx_DSP_StdPeriph_Lib_V1.8.0Could you please let me know which pins shoul...

0690X000006046CQAQ.jpg 0690X00000608BVQAY.png

EEPROM emulation

Posted on September 11, 2017 at 06:31Hello I use stm32f030 with 16K flash.i want save 22 byte with EEPROM emulation  and use keil.my program use 15720 byte of flashProgram Size: Code=15720 RO-data=212 RW-data=200 ZI-data=2856 i use this option and a...