STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

DMA Rx Buffering

Posted on May 29, 2013 at 08:22Im running LwIP on FreeRTOS with the STM32F407.I initially used an example project which used a DMA interrupt when Rx was complete. This interrupt was interrupting a critical task that I run so I disabled it and I rele...

l2 by Associate
  • 324 Views
  • 0 replies
  • 0 kudos

About RTOS and Java

Posted on May 07, 2013 at 16:23Hi Question about the RTOS: What kind of RTOS is used? Are there constraints? What is the availablility? Is there a need to use Linux?&&sharp31; #rtos-+-java

STM32F107, LwIP and Maximal TCP Packet Reception

Posted on May 18, 2013 at 20:21Hi All! I am trying to run the LwIP code example with STM32F107 (LwIP ver 1.3.1) and I have faced the following issue - I am not able to receive the maximal allowable TCP fragment (1460 bytes) - the last 14 bytes are a...

altsir by Associate
  • 459 Views
  • 1 replies
  • 0 kudos

USB HS in FS + Internal DMA

Posted on May 03, 2013 at 07:46 Hi All, I have just started developing on the STM32 F4 Discovery with the purpose oftransferringdata from one incoming DMA (ie camera source) and out USB to a host PC. I have managed to get the USB examp...

tree by Associate
  • 755 Views
  • 3 replies
  • 0 kudos

USB VirtualComPort Loopback

Posted on May 14, 2013 at 14:04Dear collegues, I experience a trouble with writing code for STM32L152VBT. Let me explain sequentially. I had my PCB with chip STM32L152VBT. I took the example project from STM32_USB-FS-Device_Lib_V4.0.0 and adopt to m...

Ivan by Associate II
  • 793 Views
  • 3 replies
  • 0 kudos

Audio via USART (STM32F4 Discovery)

Posted on May 07, 2013 at 03:07I'm trying to create a project where I send an audio file from a computer to my STM32F4-Discovery board via USART and play the file. I have successfully run a USART example where a character is sent to the F4 board and...