User Activity

Posted on April 22, 2018 at 14:39Hi there!I have a bit of code, which was initialized using CubeMX and now I want to use a mix of HAL and LL (use LL for transmitting, use HAL for everything else). Currently I have tried to generate CubeMX code and j...
Posted on April 02, 2018 at 13:08As the title suggests, I want to modify the HAL I2C library so that after a transmit (HAL_FMPI2C_Master_Transmit), it will not generate a STOP. I think I have to modify the file stm32f4xx_hal_fmpi2c.c but I have not ...
Posted on February 27, 2018 at 12:49Hi! I am trying to use an SD card with the STM32F446RE (using Attolic TrueSTUDIO) but I cannot seem to figure out what I am doing wrong. I get this error:FatFS\sd_diskio.h:57:14: error: unknown type name 'Diskio_d...
Posted on April 19, 2017 at 20:11Hello!I want to build a project where i need to do about 3500 readings from a CCD sensor in a short period a time. The signal i want to read has a frequency of about 0.35MHz, which should be fine as long as i use  13...