How to add 2 HID devices ?
In the demo for Keyboard or Mouse, its one or the other,how can you run a Keyboard and a Mouse ?
Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.
In the demo for Keyboard or Mouse, its one or the other,how can you run a Keyboard and a Mouse ?
hi,i programmed to interface USB from micro controller to PC, in PC using terminal software i try monitor the transmitted data, i tried with many terminal software(putty, hyperterminal, docklight, realterm) but i could not receive the data,but can re...
Hi all,I am working with the Nucleo-F446ZE board.I generated a project with CubeMx .At this point the project is running fine with UART interrupts and data.I debug the project and all is working.I need to use a delay function in my project. SO I have...
Hi,I am having some problem transmitting data over USB.i'm transmitting '|' and '.' continuously but i'm missing some data when i receive data .i'm getting like "||.|.|.|..||||.|.|"I generated code using CubeMX. Even in reference manual there is no c...
Posted on December 13, 2017 at 17:05Hi,I am attempting to establish an MQTT connection with mutual TLS authentication to a AWS IoT Endpoint.The command I use is AT+S.MQTTCONN=♯♯♯♯♯.iot.eu-west-1.amazonaws.com,443,,2,,,,,,,, (I only paste the hostnam...
I'm using STM32L152RET with FreeRTOS (cmsis wrapper) for my product. I'm struggling to understand the priority and context of the freertos "timer interrupt". We use a cmsis wrapper (code generated from CubeMX) and the freertos based timer task is ref...
Tried creating OS task 100 times in Example codes with FreeRTOS taken from STM32CubeMX for both F429 and F767 and found the observations as below.F429 - 6 TicksF767 - 16 TicksDifference - 10 TicksWhat is the reason for the delay and Is there any othe...
Hello,i need to create a simple communication between a stm32f103 usb device and a stm32f407 usb host. I configured a simple program for led blink of stm32f103 and it works correctly. Practically i connect the usb device to my laptop with "PuTTY", i ...
Hello. First of all I should start by saying I'm new to embedded development and have a lot to learn. We're using an STMF413 and I'm unable to get the device to register in DFU mode on a Windows PC. I've used DFU to flash other STMF413's before with ...
Hi!I have problems using Ethernet with an STM32H743ZIT6 chip. Im using the suggested lan8742 ETH PHY. And I generated the code with cubeMx. My problem is that I cant find any good sample codes on the net, and I think Im not configuring correctly the ...