User Activity

Posted on June 26, 2014 at 02:24I've spent about three months working on the STM32F439 Evaluation platform and this is my first time taking on an embedded platform single handed and developing software on it, so please forgive my ignorance. I'm tryi...
Posted on June 18, 2014 at 19:58I'm working with the STM32F439_Evaluation platform. I swapped the display out with an AMP 480X272 pcap display and have everything working. I used the LCD Conf file from the demo project and made some compile time bas...
Posted on June 04, 2014 at 21:19I was wondering what the SDRAM is used for in the demo project on the STM32FR439_Eval platform. Is the SDRAM used as frame buffer for UI or anything in the demo? Or is it only ever exercised in one of the tests? Also,...
Posted on May 14, 2014 at 22:34Working on the STM32F439_EVAL platform.1) I created a UI Screen using the GUIBuilder with just a single button.2) I call the create function in my application and the screen is properly drawn on the LCD3) When I press ...
Posted on May 12, 2014 at 22:12I'm implementing the touch screen calibration screens that are found in the demo project in my project on the STM32F439-EVAL platform. I'm having some trouble drawing screens in the window manager callback and I'm not ...