User Activity

STM32F103Im using HAL_UART_Transmit_IT but doesnt work, if change to HAL_UART_Transmit all works fime but add delays to move in motors. Where are my error? i see all videos on youtb and cant find the problem.I have enabled the IT on MX the priority a...
Hi guys, some body make it a standalone upgrade for this small MCU ¿? This MCU can use the native USB in OTG FS mode with a correct bootloader i think can do it, if somebody with more experience can clarify this please.Thanks
Debuging the function when try thisHAL_FLASH_Program(FLASH_TYPEPROGRAM_DOUBLEWORD, (uint32_t) 0x08001000, DATA_64)get in FLAH->SR = 8, its the PROGERR bit, i unlock the flash before, below part of codeHAL_FLASH_Unlock(); if (HAL_FLASH_Program(FLASH_T...
Posted on August 05, 2016 at 07:50 Hi im newbie with this mcu, and im try to doing a sweep of frequency with TIM3 and the chanel1, A6. my main code its the next while (1) { unsigned int i=0, j=0, h=0; for(i = FrequencyStart; i < (Frequenc...