User Activity

Posted on January 02, 2017 at 13:31We are using I2C1 in STM32L486 and occasionally we are seeing timeout while calling HAL_I2C_IsDeviceReady,this we are calling before call to HAL_I2C_Master_Transmit_ITThis is happening when USART0 is in use and dat...
Posted on July 25, 2016 at 08:42Hello, We are using STM32l476 uC with Jlink segger debugger, and trying to print logs through ITM to Segger J-Link SWO Viewer , the 48 MHz HSE clock is being used as sysclk with RCC_PLL_NONE, We are using   ITM_SendCh...
Posted on July 25, 2016 at 08:22Hello, I am trying to configure external clock(HSE) for STM32L476 uC using STM32CubeMX, Problem is that its disable in GUI , any way to enable this ? Same goes for LSE #stm32l4 #cube #cubemx #stm32cubemx
Posted on January 26, 2016 at 16:58 Controller : STM32L476QE Compiler: arm-none-eabi-gcc.exe (GNU Tools for ARM Embedded Processors) 4.7.4 20140401 (release) [ARM/embedded-4_7-branch revision 209195] Program end into hard-fault handler b...
Posted on September 10, 2015 at 14:12We are using STM32LL476QE and as per reference manual , While executing a program code from bank 1, it is possible to perform a program operation on the bank 2. Here we are into situation in which Our custom Boot...