User Activity

Hi Team,Recently, I came across an error "dereferencing pointer to incomplete type struct os_pool_cb " when in my program, I tried to access "markers" ( member of the struct os_pool_cb). Below is my designfile1.c=======#[include "cmsis_os.h"]​ extern...
Hi All,Recently, I was trying to write buffer to flash (BANK1) on STM32H7 and Occasionally, I saw a write failure in my code. Though, when i tried to use SCB_CleanDache opeartions, it worked well. In my further investigation, I found that write to fl...
Posted on June 27, 2018 at 05:32Hi Everyone,I am working on I2C to sense DAC data. I generated the code using STM32CubeMX. It gives timing in hex format i.e.'hi2c2.Init.Timing = 0x10707DBC;'. It does confuse me that how does it calculate timing ? I ...
Posted on June 21, 2018 at 10:31Hi All,Recently, I tried to read temperature sensor from ADC. I setup using STM32CubeMx and below is generated code:/* ADC3 init function */ void MX_ADC3_Init(void) {   ADC_ChannelConfTypeDef sConfig;      /**Common c...
Posted on May 09, 2018 at 12:44Hi All,I am working on STM32H743 MCU's DMA.I was doing DMA transfer on the SRAM address space 0x30000000 (data transfer of 16K). I was visualizing a situation where i put this (0x30000000) address of the sram on the fu...
Kudos from