User Activity

Posted on August 24, 2016 at 14:25Hi,I am using STM32L4 and have generated code from CubeMX for FMC-NAND Flash along with FatFS (User-defined) options enabled.But the User-defined FatFS calls are empty (USER_initialize(), etc) in the user_diskio.c.I...
Posted on August 19, 2016 at 06:08Hi,I am using STM32L4 - Vdd @3V (at 48MHz and 80MHz). For both the clock frequencies, i.e. 48MHz and 80MHz, I am able to use the LPUART1 and USB (Device Mode) properly.My RCC configuration is: LPUART1 - LSE Oscillat...
Posted on August 08, 2016 at 06:14Hi,I am using USART interface - Rx as Interrupt and am configuring the Rx as 1-byte receive interrupts.Is there a way by which, this interface can be configured explicitly as a wake-up source like we get the interru...
Posted on August 04, 2016 at 14:19Hi,I am trying to run my system at 4 MHz SYSCLK having PLLCLK as source.PLL has MSI as Source configured at 4 MHz.This configuration is done in SystemClock_Config() in main().Now, I am trying to re-configure the clo...
Posted on August 01, 2016 at 14:01Hi,I am using STM32L4 with FreeRTOS.I have configured the USART3 Rx as Interrupt HAL_NVIC_SetPriority(USART3_IRQn, 4, 0) and am using the Tx as Polling.Without entering the SLEEP mode, if I send data on USART3 from ...