User Activity

Posted on June 04, 2018 at 09:21Hi, We are working on STM32L476_NUCLEO board. We successfully entered and exit from STOP 2 mode upon RTC timer expiry. However, when we print a message after wake up, garbage is printed. Here is the code. print ('Goin...
Posted on February 21, 2014 at 13:29I have developed LCD driver for STM32F429I Discovery board using RGB565 (16bit) Pixel Format. My demo is displaying RED color filled rectangles by setting each RED pin (Total 5) one by one. i.e. 0x8000, 0x4000, 0x...
Posted on October 28, 2013 at 15:22Hi All, I am working on USART1 device for STM32F429I_DISCO board. [I have already tested my serial device (code) on stm32429i_eval1 board.] I am using following USART setup/pin mapping unsigned int temp; /* Enab...
Posted on September 26, 2013 at 12:45I am working on STM32F429I-EVAL board with JLINK (Ver 4.76e) as Probe. I have successfully loaded and executed the hello world program on Internal Embedded SRAM (0x20000000; Size = 192K).  But I am unable to acce...