User Activity

Posted on September 09, 2016 at 12:30I could not find a way to use the HAL (created by cubemx) to calculate a CCIT 16 bit CRC.I did this for the L476  and this workes/** ------------------------------------------------------------------------- * @br...
Posted on February 02, 2015 at 22:23It is not very clear how the HAL handles the start / write/read / stops. I am use to the following I2C sequence <start> < address> <r/w> < wrdata> <stop> this seem to fine using if (HAL_I2C_Master_Transmit_IT(&hi2...
Posted on February 02, 2015 at 22:05I am using an STM32F051K6Txm device. with STM32Cube FW_F0 V1.0.0. Setting the Sysclk to use HSE, but code generated is HSI. Attached is my ioc file. To make this work I had to edit the   SystemClock_Config ()funct...