STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! USB HID performance optimization

I'm planning to use a cheap STM32 board (either with a F103 or F401/11) as a joystick/rotary encoder controller for arcade games. I already have a working proof of concept using the old STM32duino cores (not HAL based), but I prefer to use the HAL en...

fbar by Senior
  • 1479 Views
  • 2 replies
  • 0 kudos

uart no work with freeRtos

Welcome everyoneI used Free ROS with two tasks, the first task was to blink the led and the second task was to receive from uart and then to resend the received message. The two tasks have the same priorityThe led flash works fine but the uart only r...

xmart by Associate II
  • 235 Views
  • 0 replies
  • 0 kudos

USB CDC can't connect when some code added

I can get my USB CDC on Nucleo-144 recognized from Device Manager. It will appear like COM8 and Terminal Emulator can connect to it. I can even echo back data received.Just when I add some minor functionality in the while loop in main() (like check f...

ABuzo.1 by Associate
  • 486 Views
  • 2 replies
  • 0 kudos

STM32F4 LL I2C DMA - AT24C32 EEPROM read/write

Hi!I created a simple test project based on the example "I2C_OneBoard_AdvCommunication_DMAAndIT" found in the STM32Cube_FW_F4_V1.25.2 package.The project basically works, but I have to take the number of data to be sent one more than the amount to be...

PTiha by Senior
  • 1413 Views
  • 0 replies
  • 0 kudos