User Activity

Hi Guys,I'm writting a bootlader/application for STM32L4 in STM32CubeIDE i I want my app to run even if there is no bootloader in memory. This is my *.ld file:/* Memories definition */ MEMORY { RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 96K ...
Hi Guys, I'm looking at STM32L475VET6 to use as OTG Host for USB Flash drive and usb barcode reader. Since USB hub is not supported by STM32L4 what is the best way to multiplex the D+/- pins of the MCU? I will always have the barcode reader connected...
Posted on April 22, 2014 at 22:05 Hello All, I trying the following configuration of TIM4 on STM32L152 void Timer4Init(void) { RCC_APB1PeriphClockCmd(RCC_APB1Periph_TIM4, ENABLE); // Zero cross in - counter start CH3 ...
Posted on April 14, 2014 at 18:48Hi All,Can anyone please advise why there is no VBAT pin on STM32L152 MCU?I read that RTC runs as long as the MCU is powered...but when its not, then what ?How to implement RTC backup supply on this MCU?Thanks!regard...
Posted on April 02, 2014 at 15:28 Hello All, I connected DAC1 output (S6 closed, S5 opened) to the internal OPAMP1 AIN+ which is in noninvering configuration by two external resistors (Rf=150k, Rg (to ground)=50k) which should yeld G=x4 ...