STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

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
  • 810 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
  • 459 Views
  • 1 replies
  • 0 kudos

DMA2D

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

arunl4g by Associate II
  • 370 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...

akshayamk by Associate II
  • 1219 Views
  • 9 replies
  • 0 kudos

STM32L051 Reference manual & stm32l051xx.h mismatch ???

Posted on December 30, 2015 at 12:33 Hi, I have a question regarding SYSCFG_CFGR3bit definition. I'm using stm32l051xx.hV1.4.0 and Reference manual RM0377 /DocID025942 Rev 4. Some bits seems to be defined in reserved area of SYSCFG_...

0690X000006036GQAQ.jpg
jan by Associate II
  • 1001 Views
  • 6 replies
  • 0 kudos

Bugs using LwIP with FreeRTOS on STM32F107

Posted on January 05, 2016 at 08:20LwIP works with all default settings if FreeRTOS is not enabled. Adding a single MX_LWIP_Process(); in the main loop makes the board pingable. If FreeRTOS is enabled, it gets stuck at HAL_Delay() during the initial...

mb300sd by Associate
  • 581 Views
  • 2 replies
  • 0 kudos