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

DP83822 instead of DP83848

Has anyone written a driver for the DP83822 PHY ?I have tried to use the DP83848 driver. I am able to pass the DP83848_Init(&DP83848); in the ethernetif.c but then when it comes to check the list status, then I get a link down status. The LEDs on my ...

Resolved! Free RTOS queue mechanism does not work as expected.

Hi,I have created two tasks. Task A and Task B. Task A has higher priority. Task receives data through UART and enques this data into queue. Then, Task A is blocked for 1 second. Task B comes into picture and dequeues the data from queue. I send 8 by...

demir_0-1710088589010.png demir_1-1710088719866.png demir_0-1710089346378.png
demir by Senior II
  • 1789 Views
  • 1 replies
  • 1 kudos

Transmitting and receiving custom serial bitstream

Hi Community, 1) I have to demodulated a continuous bitstream of 201bit (1ms per bit) sent by a host to my stm32F401RE. Which peripheral would you suggest to use?2) If I have to transmitt and receive custom serial data  in half duplex with clock in T...

FAJOL.1 by Associate III
  • 2314 Views
  • 4 replies
  • 0 kudos

Using LwIP's sockets with CubeMX ?

I would like to use plain sockets in my non OS STM32 application.  LwIP provides plain sockets.  I have used them in ESP32 applications where they work well.LwIP sockets are not an option in CubeMX as far as I can tell.   One can manually enable sock...

Someguy by Associate III
  • 2573 Views
  • 2 replies
  • 2 kudos

stm32f401ccu6 disconect while programming (NOOB HERE)

Hello guys Im new here, sorry if I posted to wrong post.Im trying to program stm32f401ccu6 with existing .bin file. I tried via ST-LINK V2 (clone) and Im getting ''('' where serial numbers should be. When connected via USB C the board get connect to ...

ak1ca_0-1709976610279.png ak1ca_1-1709976737989.png
ak1ca by Associate
  • 972 Views
  • 1 replies
  • 0 kudos

fast data transmission from MCU to PC

 What is the fastest way to transfer data from an MCU to a PC?I have an stm32h723zg that I want to use to transfer 40Mbits/sec data to a PC, but I am not sure what is the way to achieve this I tried USB CDC but got only 0.5Mbits/sec due to the limita...

DEska.1 by Associate II
  • 3230 Views
  • 3 replies
  • 1 kudos