User Activity

Posted on June 01, 2016 at 17:01HiI'm trying to communicate with ADC through SPI interface with HAL layer and ended up with issues.At start I configure adc:HAL_SPI_Transmit(&hspi1, &SDATAC, 1, 3); //0x16HAL_GPIO_WritePin(GPIOC, START_Pin, GPIO_PIN_S...
Posted on December 23, 2015 at 15:24hi, i'm currently learning how to program mcu by means of stm32+cubemx+hal, and i stuck with i2c interface, trying to write a byte to eeprom at24c04 with function HAL_I2C_Mem_Write(&hi2c1, 0x50, 0x00, 8, &number, ...
Posted on November 23, 2015 at 16:00Hi to everyone. I'm struggling with OC mode on STM32F4 Discovery, in order to get high level on one of the pins with specified delay, so i chose OCM ''active level on match''. At first start everything is fine, bu...