User Activity

Posted on March 26, 2017 at 18:55 I use SPI and DMA transfer. I use the following functions: HAL_StatusTypeDef HAL_SPI_Transmit_DMA(SPI_HandleTypeDef *hspi, uint8_t *pData, uint16_t Size); HAL_StatusTypeDef HAL_SPI_Receive_DMA(SPI_HandleT...
Posted on January 27, 2017 at 11:39 Hi, When accessing some calibration registers, I get a hard fault. It might be due to unaligned access. Is the ' stm32l0xx_ll_adc.h,V1.7.0' correct? The 'VREFINT_CAL_ADDR' works correctly. 'TEMPSE...
Posted on January 19, 2017 at 15:15I need to read the unique device ID from a STM32L0.The Low Level hal driver source (stm32l0xx_ll_utils.h, V1.7.0, 31-May-2016) uses:__STATIC_INLINE uint32_t LL_GetUID_Word0(void){ return (uint32_t)(READ_REG(*((uint...
Posted on April 18, 2015 at 23:00Hi,I am not able to program the flash of a STM32L151RC using ''half page'' programming.Normal programming (word by word) works fine.I have tried it using the 2 latest GCC compilers (4.8.4), and I have tried with the ...