STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

No "Signal Management" on FREERTOS

HiI use STM32WB55CGUX with FREE_RTOS.I want to use SIGNALS with command such: osSignalWait, osSignalClear and osSignalSet.I see those functions in cmsis_os.h file but I see no implementation to those functions.There is a cmsis_os2.c file (instead of ...

Ofer by Associate III
  • 364 Views
  • 2 replies
  • 1 kudos

Resolved! FATFS: f_stat returns FR_NO_FILE

Hello community, I am using STWINKT1B board and trying to implement basic accelerometer datalogging from scratch. I don't want to use HSDatalog because I don't need so many functionnalities.I am using FATFS functions, able to use mount, mkfs, mkdir, ...

NCatt1_0-1709826921766.png NCatt1_1-1709827043552.png
NCatt.1 by Associate III
  • 445 Views
  • 3 replies
  • 0 kudos

Resolved! STM32H743 Flash compute Crc

Hi people, I'm trying to use the flash crc but is not working as expected. If I pass the end address with offset 3 or 7 the result of crc calc will be always the same, 0xba4bbbf0. What the problem here?   FLASH_CRCInitTypeDef flash_crc_init = { ....

fernandes_0-1710168296494.png

Resolved! HAL_TIMEOUT error from HAL_RCC_OscConfig()

Hi,my app works fine when I use the internal clock but if I switch to external clock I obtain HAL_TIMEOUT from function HAL_RCC_OscConfig().The external clock board schematic is:Clock configuration is:The main.c is:   /* USER CODE BEGIN Header */ /**...

screen_3.jpg screen_1.jpg screen_2.jpg
Beppe101 by Associate III
  • 590 Views
  • 4 replies
  • 2 kudos

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 ...