User Activity

Posted on June 15, 2018 at 13:26I'm using stm32l100C6-A to communicate with gas gauge by I2C. My code tries to start I2C transfer, like this:I2C_GenerateSTART( i2c_periph, ENABLE );and sometimes it works, transfer is completed, all is well. But some...
Posted on March 27, 2018 at 12:57I created support request, got proposed solution to it and I'd like to add a clarification to my question. However, I have no idea how to do it.I can:- accept solution (to soon)- reject solution (not exactly what I w...
Posted on September 27, 2017 at 19:03I want to turn on the led attached to PC.9. I do this:    LL_GPIO_InitTypeDef initStruct;    LL_GPIO_StructInit( &initStruct );        initStruct.Mode = LL_GPIO_MODE_OUTPUT_10MHz;    initStruct.OutputType = LL_GP...
Posted on August 21, 2017 at 14:16I tried to use LL library for stm32f10x without CubeMX (  * @version V1.1.1  * @date: 12-May-2017) and almost immediately found some problems:1) You can't actually download LL library without CubeMX, even if you don...
Posted on April 30, 2015 at 12:12In programming manual (PM0056) in the description of ''Application interrupt and reset control register (SCB_AIRCR)'' two things are written: 1) Bits 10,9 and 8 defines PRIGROUP - they determine the split of group pr...
Kudos from