STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

FreeRTOS acquisition and release?

Hello Everyone,I have a Problem with to acquisition DATA  from One TASK to another and release data.And there is another problem that I can not access  Data from One task to another task.how to use and when can we use , in this code i have to use acq...

NetXDuo custom phy interface

HelloI have STM32H563 with KSZ8081 ethernet phy. On FreeRTOS + LWIP i was able to define the PHY in CubeMX and it was basically working out of the box. However on the NetXDuo when i select Custom Phy Interface I am a bit lost. Are there any guideline...

Resolved! stm32f4 CAN protocol implementation

Hi,i am new to HAL Libraries. i am learning to work with CAN BUS using HAL Libraries. Can any one please post an example of STM32F CAN BUS using HAL Libraries. I searched about the existing examples but their isn't any example with new firmware. im n...

_kalpesh by Associate II
  • 217 Views
  • 4 replies
  • 1 kudos

stm32f7508-dk board not working

  after writing below flash related code in stm32f7508-dk board , controller is not working display getting blank and , it is also not detecting . can any one help me hot to erase the code and reload the my code void SetupFlashMemory(){//setup memory...

kishor by Associate II
  • 277 Views
  • 2 replies
  • 0 kudos

HAL_I2C_GetError() reporting error codes

Hello, We have noticed communication errors with STM32 that is working in our device. The device includes STM32 (master) and TI's battery monitor BQ76952 (slave).Using the same device and same software we noticed three situations that occur randomly:...

KGryn.1 by Associate II
  • 568 Views
  • 9 replies
  • 1 kudos

Reading input at high frequency

Hi,I've encountered a problem with digital input probing. I have two signals connected to my GPIO on the STM32 F411; the first one is the CMD line, and the second is CLK. Based on the CLK, I would like to read incoming bits on CMD, but only for a spe...

tjak by Associate II
  • 379 Views
  • 9 replies
  • 7 kudos

Resolved! NetxDuo not working with a static IP addresss

 Hello everyone,  I'm getting my feet wet with ThreadX and NetxDuo.I'm using a NUCLEO-H563ZI board.I started by building and flashing the Nx_UDP_Echo_Server example project to the board using the STM32CubeIDE.This worked right away. The board got add...