STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

CUBEMX STM32F103 GPIO REMAP

Posted on October 10, 2017 at 06:44#define __HAL_AFIO_REMAP_TIM2_PARTIAL_1() do{ CLEAR_BIT(AFIO->MAPR, AFIO_MAPR_TIM2_REMAP); \ SET_BIT(AFIO->MAPR, AFIO_MAPR_TIM2_REMAP_PARTIALREMAP1); \ }while(0U)CUBEMX version4.22.1used stm32f103vct6Sw debug mode ...

For External clock of STM32CubeMX

Posted on October 10, 2017 at 06:02English newbie, sorry.MCU:STM32F765IITx LQFP176tool:STM32CubeMXAbove by Pinout.If you want to enable external clock. High Speed Clock (HSE) BYPASS the Clock Source.And not only for the input pin, Output pin also do...

HAL I2C Interrupt code does not work on STM32F072

Posted on October 09, 2017 at 19:27I have been trying to get this to work for a few days now, read over several topics here and nothing I have tried has worked... I tried all the suggestions here as wellhttps://community.st.com/0D50X00009XkXWwSAN no...

STM32F767NI CAN RECEIVER PROBLEM

Posted on October 09, 2017 at 13:40I generate Can code from Cube MX. But i can't receive any data. i just want to receive data on CAN Receiver of STM32F767NI.I try to communicate via PCAN View. When i send data from PCAN-View the program said 'Bus-O...