STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32H7_PTP Connection through Ethernet

Hello,I have managed to generate a IP through the LWIP in the STM32 IDE and establish a connection via Ethernet, although now when I upload the files from hasseb/stm32h7_atsame70_ptpd: IEEE 1588 PTP daemon for STM32H7 and ATSAME70 (github.com) I seem...

Resolved! STM32G4 DAC output HAL+LL naming

Hi,HAL and LL DAC configuration structure and its parameters naming can be confusing. Reference manual claims that DAC "mode" (register ADC->MCR, bits 0..2 or 16..17) can be in one of following four combinations when not used sample and hold mode: 0 ...

Error STSAFEA110 expansion board + X-NUCLEO-G474RE

Hi,Currently, I am testing the authentication example using STSAFEA110 expansion board with X-NUCLEO-G474RE.I follow the steps in STMicroelectronics.X-CUBE-SAFEA1_GettingStarted.pdf and also compared the STSAFEA110 expansion board+NUCLEO-L476RG Authe...

bay_2-1715244405871.png bay_1-1715244180085.png
bay by Associate II
  • 2201 Views
  • 5 replies
  • 0 kudos

Azure RTOS, FreeRTOS or SafeRTOS?

Hi all,I am writing to you to find out which is the best RTOS between Azure RTOS, FreeRTOS and SafeRTOS both from the point of view of performance and from the point of view of flexibility and ease of use?I have to develop some projects with STM32U5,...

Resolved! Problem with TIM3 Input capture with DMA

Hello everybody,I am trying to use the TIM3 those input capture mode with DMA transfer. After buffer is full the DMA call the callback function IT. Then i execute the stop DMA function. But after this sequence, the DMA no reinitialize. I am using the...

VSchu.1 by Associate II
  • 656 Views
  • 4 replies
  • 0 kudos

CAN Filter settings do not work properly.

void CAN_Filter(uint8_t filter_index, uint32_t Filter_ID){CanFilter.FilterType = FDCAN_FILTER_MASK;CanFilter.IdType = FDCAN_EXTENDED_ID;CanFilter.FilterIndex = filter_index;CanFilter.FilterConfig = FDCAN_FILTER_TO_RXFIFO0;CanFilter.FilterID1 = Filter...

SJ_KIM by Associate
  • 612 Views
  • 3 replies
  • 0 kudos