User Activity

Posted on November 09, 2017 at 11:14Hi all,I have an application when I need to reserve 4Kbytes of memory. This size is fixed during the whole life cycle of my application.Therefore my first idea was to create a static memory allocation. But I also ...
Posted on September 04, 2017 at 09:16Hello,I had a problem with my UART interface on STM32F091RC. I have seen that others encountered the same, but I am not able to fix yet in my side.I have UART Rx and Tx in DMA normal mode.Tx function is working f...
Posted on July 06, 2017 at 08:00Hello everybody,I am using I2C interface in master mode to collect data from external slave device with DMA in non-blocking mode.- HAL_I2C_Master_Transmit_DMA- HAL_I2C_Master_Receive_DMAMy program is working fine sinc...
Posted on June 30, 2017 at 09:52Hello,First I am new in ST device, I only used Microchip PIC for 6 years.So any advise or comment will be appreciated.I am trying to use I2C interface on NucleoBoard F091RC1.I2C_HandleTypeDef* hi2c1;void i2cInit(I2C_H...