User Activity

In my project I want to use RTC on STM32H753 chip. And when reading the date, I get the wrong data in the position of days. And I can't fix this problem. When I debug, the registers are set successfully.  Init function:     void BSP__RTC_InitAndRead...
Hello,I have successfully setup ADC3 to measure values on channels PC2_C, PC3_C, temperature, ... on STM32H753ZIT6And now I want to add ADC1 to measure other channels. But the program waits for the LL_ADC_IsActiveFlag_ADRDY flag. My init function for...
Good morning friends,Now I receive multicast on STM32F437, it works. But I would like to add filtering. And I have a problem with that.IGMP and others, I have it enabled.Now my settings.macinit.MulticastFramesFilter = ETH_MULTICASTFRAMESFILTER_PERFEC...
hi,I have 2 disks.disk is SD card with FAT. Here is all workingdisk is NVM N25Q256A. Here I have problems.For NVM memory I set sector to 4096 with page 256 bytes. This memory has erase sector 4kB. Datasheet of this memory I attached. And my problem i...
H friends,I'm trying to read adc3, a temperature sensor from stm32h753. But something is wrong. Because I didn't get any interruptions. Can anyone help?void MX_ADC3_Init(void) { LL_RCC_SetADCClockSource(LL_RCC_ADC_CLKSOURCE_CLKP);   /* Periph...
Kudos from