STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM3240G-EVAL interface betwenn STM32F407 and ILI9325

Posted on January 05, 2016 at 10:36Hi , I have the STM3240G-Eval board and currently I'm working on a project which in it I'll need to display text in the LCD. I searched the internet for some informations to configure STM3240G-EVAL LCD (MB785 driv...

yves2399 by Associate II
  • 629 Views
  • 2 replies
  • 0 kudos

STM32 FILTERING

Posted on January 06, 2016 at 11:06 I am using a STM32F302 custom made board. I have configured my filter banks as follows to configure message received from controller: uint16_t STID4 = (0x02 << 9) | (0x18 << 3) | 0x06; //0...

STM32F407 Discovery & LwIP Udp Echo Server

Posted on November 30, 2015 at 08:41Hi all, I'm trying to run the example Udp Echo Server with raw API from LwIP (included in the cube 1.9.0) on a STM32F4 discovery board, with a STM32F4DIS-BB extension board. Unfortunately the code doesn't seem to ...

me by Associate
  • 363 Views
  • 1 replies
  • 0 kudos

DMA2D

Posted on January 05, 2016 at 14:48made it to work ...

arunl4g by Associate II
  • 295 Views
  • 1 replies
  • 0 kudos

STM32 CAN Communication

Posted on January 04, 2016 at 06:12Hello, I have a custom made STM32F302 board where I am using the MCU and pinout but it is implemented on a custom made board. I am trying to establish CAN communication with the controller but I am unable to as I k...

How to use ITM in SW?

Posted on January 05, 2016 at 22:55Who answer me? How to use ITM IO for debugging by console in Systems Workbench. Is that possible? I have not found a way input-output on terminal from program (printf like). In MDK-ARM it simple. I need dialogs wit...