STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! HAL H7xx Library ll_utils.c Warning

stm32h7xx_ll_utils.c throws a warning "no LL_RCC_CalcPLLClockFreq" function at line 930. The function exists in stm32h7xx_ll_rcc.c but has a conditional compile USE_FULL_LL_Driver.Calls to conditional compiles should be under the same conditional con...

REAL TIME CLOCK (RTC) Not working correctly.

Using HAL library set up RTC, but at times SKIPS seconds. WHY?This is the setup:static void MX_RTC_Init(void){ /* USER CODE BEGIN RTC_Init 0 */ /* USER CODE END RTC_Init 0 */ RTC_TimeTypeDef sTime = {0}; RTC_DateTypeDef sDate = {0}; /* USER CODE BEGI...

GSalz.1 by Associate II
  • 1596 Views
  • 4 replies
  • 0 kudos

Resolved! Trace Hook Macros in Azure RTOS ThreadX

Hello,I worked until now with FreeRTOS. And in FreeRTOS there are Trace Hook Macros.Is there an equivalent on Azure RTOS ThreadX?Trace hook macros on FreeRTOS are a very powerful feature that permit you to collect data on how your embedded applicatio...

MStew.1 by Associate III
  • 913 Views
  • 2 replies
  • 1 kudos

Driver for ksz8863 switch?

Hi, does ST have it's own driver implementation of the ksz8863 switch. If yes where can i download it. I like to have an link up/down feedback. Need to have connection to the internal register of that switch. For now i just use the lan8742 driver pro...

MOtto.2 by Associate II
  • 2418 Views
  • 4 replies
  • 1 kudos

Resolved! custom bootloader problem on STM32F405

helloi am working on a custom bootloader or STM32F405.the Flash process is done correctly by the Bootloader, i checked the content of the flash.the problem happens when the bootloader jumps to the application firmware which is located at adress 0x080...

0693W00000aHet4QAC.jpg 0693W00000aHetPQAS.jpg
ZTale.1 by Associate II
  • 2413 Views
  • 10 replies
  • 0 kudos

Resolved! SDCard (SDIO) connector on stm32f723e-disco

Hi all,is it possible to connect a SDCard to the stm32f723e-disco [1] board? The webpage [1] is talking about some microSD connector, but I do not really find one. So is this a mistake on the webpage?Additionally, I would like to ask, if it is possib...

whati001 by Associate II
  • 816 Views
  • 2 replies
  • 0 kudos

Resolved! STM32H725 supports VCP over USB?

Hello,i am porting a project made initially on STM32H750, but because of the semiconductor shortage on the market, the only available part was a stm32H725IGK6, which i started working on.Regarding the usb connection, i have the following pins used:P...

Bogdan by Senior
  • 1008 Views
  • 3 replies
  • 0 kudos