User Activity

Posted on April 03, 2018 at 15:22 Hi I got a problem with a switch in my MCU. I use custom board with STM32F030C8T6. This here is part of my program: void rozkaz3(void) { switch(bufor[3]){ case 0: HAL_GPIO_WritePin(GPIOB, GPIO_PIN_4,...
Posted on October 05, 2017 at 13:39The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on September 28, 2017 at 15:41HiI'm currently developing board that i would like to program from uart (new, fresh, virgin mcu STM32F0...).Problem is it doesn't work like I imagined. I can program by uart only when i first programmed with swd....
Posted on September 25, 2017 at 13:26Hi,I try to make a custom board and i have problem programming it from discovery.I'm using stm32f030c8t6 like in picture below and stm32f0308-disco. I have no problem programming stm32 on disco board and my progr...