• low tcp/ip
    I send data from evaluation board MCB2300 (with LPC 2378 microprocessor) to a user's PC via Ethernet using TCP/IP protocol. A program named Ethereal shows that MCB2300 transfers 1024 bytes segment...
  • low tcp/ip
    I send data from evaluation board MCB2300 (with LPC 2378 microprocessor) to a user's PC via Ethernet using TCP/IP protocol. A program named Ethereal shows that MCB2300 transfers 1024 bytes segment...
  • low USB speed CDC stm32f407
    Hi. I need to create a device which is to transmit data to the PC at a rate of at least 1Mbit / s. For this I used Stm32f407vgDiscovery board, CubeMX to create a project, choose the USB FullSpeed...
  • low USB speed CDC stm32f407
    Hi. I need to create a device which is to transmit data to the PC at a rate of at least 1Mbit / s. For this I used Stm32f407vgDiscovery board, CubeMX to create a project, choose the USB FullSpeed...
  • Is there any good way to "synchronize low speed threads with high speed threads"?
    Hi everyone, happy new year! I have a RTX V5 thread flag related issue: In my program, TaskA needs to wake up TaskB frequently under certain circumstances. TaskB is a low-speed device (LED blinks). In...