User Activity

Posted on April 29, 2016 at 05:08Everything is working, just not as I thought it should be. As the logic analyzer shows below, the main loop is interrupted for almost the same amount of time the I2C operation takes. Notes: - I'm using Cube generated...
Posted on April 24, 2016 at 06:25Simple question If I set some interrupts priorities to 0, should I expect time measurements (down to the microsecond) to be inaccurate? ( using SystemCoreClock and SysTick->VAL )
Posted on April 17, 2016 at 18:36I'm currently hitting overrun issues using HAL library's HAL_UART_Receive_IT() function Baud rate: 115200 The only thing the interrupt routine ( HAL_UART_RxCpltCallback() ) does is copy the incoming 10 bytes into ano...
Posted on March 21, 2016 at 21:27Does CubeMx implement the workarounds described on the erratas file or that is the user's job?
Posted on March 15, 2016 at 02:35When reading data from an MPU6050 on standard mode (100khz) everything goes well, but when switching to fast mode 400khz the program just hangs, debugger shows an infinite loop on line 3935 of stm32f1xx_hal_i2c.c    ...