User Activity

Posted on April 30, 2015 at 14:48 was trying to configure the UART to the Futaba SBUS spec (100000/8E2) and cubemx generated the following initialization code: void MX_USART1_UART_Init(void) { huart1.Instance = USART1; huart1.Init.Bau...
Posted on April 24, 2015 at 16:43 hi trying to enable USB VCP on the stm32f103c8 device, used the cubemx generator, selected USB device and CDC class, updated the clock generation page so that it generated the 48MHz clock for USB (HSE Pre...
Posted on April 08, 2015 at 04:45 so i tried turning on '' #define USE_FULL_ASSERT'' in stm32f1xx_hal.h and found it complaining about a bunch of errors (false positives). listing two common ones here: stm32f1xx_hal_gpio.c line 210 ...
Posted on April 06, 2015 at 06:36 hey all trying to get basic interrupt-based and DMA-based I2C code to run. the setup is a stm32f103cb with mpu6050 connected via I2C. i followed the HAL I2C examples except that there are none spec...
Posted on April 04, 2015 at 03:00hii'm pretty new to stm32, and even newer to the stm32cube HAL code generation.i tried to configure it for an stm32f103cb device but with PB3/PB4 used for GPIO instead of the standard JTAG signals.the generated code ...
Kudos from