User Activity

Posted on March 20, 2017 at 18:24Going through HAL code, I see thisstatic HAL_StatusTypeDef I2C_SlaveTransmit_TXE(I2C_HandleTypeDef *hi2c){ /* Declaration of temporary variables to prevent undefined behavior of volatile usage */ uint32_t CurrentStat...
Posted on March 09, 2017 at 21:44What exactly does this mode do? I see it in the API, but I see no explanation of what it does. 
Posted on March 03, 2017 at 14:03The documentation here (http://www.st.com/content/ccc/resource/technical/document/user_manual/2f/71/ba/b8/75/54/47/cf/DM00105879.pdf/files/DM00105879.pdf/jcr:content/translations/en.DM00105879.pdf) states that the F4...
Posted on February 28, 2017 at 18:59I am having trouble following the example code as given for the CubeMXHow does it not get stuck in the while(1) loop in the main function? I understand that it is an interrupt, but the only thing that the function...
Posted on July 27, 2016 at 22:51I keep seeing references online to demo code for the ST chips. Where exactly is it? I have went through through all the Atollic folders, but found nothing. I have went through the CubeMX folders and also found nothing...