User Activity

Hi all,I'm trying to use a example which works and compile correctly on stm32f103 (cortex-m3) family.Now i want to use this example on stm32f030c8t6 ,but there is erorr on line 6:BOOL xFCPortSerialGetByte( CHAR * pucByte ) { /* Return the byte in t...
Posted on October 20, 2017 at 00:08Hello,Recently i plan to buy stm32f4 discovery board,This stuff are important for me:1-CAN network implementation2-Ethernet3-LCDWhen search on STM32F429-DISCO i does not see any CAN example on it,and all of CAN1,CA...
Posted on July 12, 2017 at 11:12Hello,Currently i have project and i want to use flash loader to program the MCU(stm32f103rbt6), i can't use USART1 pins,is it possible to use USART2(PINA2, PINA3) for flash loader and connect this pins to usb2usart c...
Posted on May 22, 2017 at 19:15Hello ,I designe my project using STM32F103RBT6 with 8 Mhz external crystal , and im using STM32CubeMX  4.21 .when i select HSE in RCC i have problem. when i debug the program , i have problem here:RCC_OscInitStruct.PL...