STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

BxCAN doesn't work

Posted on February 10, 2017 at 04:10I am currently working with the development board STM32F103RBT6. It was my intention to test the bxCAN in the microcontroller by using the normal-mode to directly send message to CAN analyzer. Here is the code I w...

Managing Ethernet cable events with lwIP

Posted on January 05, 2017 at 15:52I am currently working on a project that uses Etherne with CubeMX and lwIP.During the development, I found rather difficult to manage the cases when the physical link becomes invalid (e.g. cable unplugged), or it i...

infor by Associate III
  • 1438 Views
  • 5 replies
  • 0 kudos

LTDC using internal SRAM, How much SRAM?

Posted on February 10, 2017 at 21:40Hi, I would like to use a 320x240 TFT RGB interface display using the STM32F767ZI internal SRAM. But I can't figure out what is the minimum SRAM required for the frame buffer. For 16 bits RGB565 would be 320x240x2...

Asantos by Senior
  • 291 Views
  • 1 replies
  • 0 kudos

Resolved! STM32CubeMX SW4STM32 project generation bug

Posted on December 19, 2016 at 09:27STM32CubeMX version: 4.18.0Toolchain: SW4STM32 MCU: STM32F103ZET6FW: STM32Cube FW_F1 V1.4.0Wrong syntax for defined symbols. Quotation marks missed.E.g.  __weak=__attribute__((weak))  instead  __weak='__attribute_...

deguello by Associate
  • 365 Views
  • 2 replies
  • 0 kudos

MPEG playback ?

Posted on February 09, 2017 at 14:42has anyone tried to play a video file using the new STM32F77x  JPEG codec ?I use an external Video drive processor, so there is 100% of internal processing power available.I see this in the attached PDF,' As the J...

T J by Lead
  • 475 Views
  • 1 replies
  • 0 kudos

TSC interrupt on a L053R8

Posted on February 10, 2017 at 01:35Does anyone know how to enable the TSC interrupt on a L053R8? I'm working on a project that when you touch the captive touch and LED turns on but I can't find how to enable the interrupt.