User Activity

Be careful when you purchase boards via ebay, taobao, ali*, dhgate, amazon, etc.https://www.ebay.com/itm/312846241046This board is said to be a STM32H767 board - both in the title and the description.If you look carefully at the photo, you'll see tha...
This bug is several years old and should really be fixed.In stm8s.h, the following line ...#if !defined HSE_Value... should (obviously!) be ...#if !defined HSE_VALUE... in order to allow HSE_VALUE to be defined on the command-line.I just found out th...
I just downloaded the latest StdPeriph_Driver library a few days ago.The line ...TIM2->SR2 = (uint8_t)(~((uint8_t)((uint8_t)TIM2_FLAG >> 8)));... produces a warning. The value written to TIM2->SR2 will always be 0xFF.It's unclear to me what the desir...
Posted on June 20, 2015 at 13:27Version: STM32F1_Cube v1.0.0Microcontroller: STM32F103c8 (64KB Flash, 20KB SRAM, 72MHz Cortex-M3)I think there might be several issues here.In the file ...STM32Cube_FW_F1_V1.0.0/Drivers/CMSIS/Device/ST/STM32F1xx/Sourc...
Posted on June 20, 2015 at 04:05I have a STM32F103c8 device and am trying to use STM32F1Cube with it.But if I use the -DSTM32F103x8=1 define on my gcc command-line, I get the following error:Please select first the target STM32F1xx device used in yo...
Kudos from