STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

stm32f4 USB Host HID to interface touchpad..?

Posted on April 12, 2018 at 10:59�We are trying to develop a USB Host HID application where using the controller STM32F4, and the USB stack library available on the ST website, we are trying to send data/command to an USB HID device. But in the libr...

Jesu by Associate II
  • 734 Views
  • 5 replies
  • 0 kudos

lwIp netconn API UDP connection

Posted on April 27, 2018 at 08:28please tell me more about UDP PORT:- this is my code:-(Is it correct or not)void StartDefaultTask(void const * argument){ /* init code for LWIP */ MX_LWIP_Init();/* USER CODE BEGIN 5 */ /* conn = netconn_new( NETCONN...

Changing the Sensor Pin on STM32F091VCx

Posted on April 25, 2018 at 21:05Hello,I want to know if there is any way to reallocate a sensor configured on a pin from STM32F091VCx to another pin.I have a wind direction sensor that originally was digital and had all the measurement, treatment a...

FreeRTOS and HAL

Posted on September 15, 2017 at 10:11I'm learning how to use an RTOS (FreeRTOS in this case) and I have a couple of questions about its interoperability with HAL. So now I have a project generated by STM32CubeMX v4.22.1 with FreeRTOS selected and so...

USB virtualCOM with STM32F769 Discovery

Posted on March 13, 2017 at 15:09Hi,I am beginning with STM32 MCUs, more concretely with STM32F769NI. I have a STM32F769 Discovery board to make tests. My first attempt was to use the USB from the board to communicate with a PC.Looking for info abou...

Transmission not working with USB HOST CDC using the STM USB stack, STM32CubeMX, the dev board B-L475E-IOT01A (STM32L475 Discovery Kit)

Posted on April 11, 2018 at 21:30I installed the USB HOST CDC on B-L475E-IOT01A, used the STM USB stack and I followed the UM1720 User manual STM32Cube USB host library. When I connect a USB CDC device, everything goes well for the enumeration and c...

Send multi-packet data with USB Host library

Posted on December 02, 2015 at 18:22Hi, I'm using the STM32F407 with USB Host library, in high-speed. I want to communicate via USB with a smartphone. When i send a packet of 64 bytes everything works. If I send a packet, for example, of 94 bytes, t...

vlr by Associate II
  • 298 Views
  • 1 replies
  • 0 kudos

STM32f4 discorvery, fatfs, SD card problem

Posted on March 29, 2018 at 15:54Hi all,I'm working on getting a discovery board working with an SD card. I'm using CubeMx v4.25.0 with package v1.21.0.Hardware connection is validated and is correct. I run into a problem when I try to open a file. ...

JOK K by Associate
  • 362 Views
  • 5 replies
  • 0 kudos