Resolved! Why CRC is enabled in audio player example ?
why you have enabled crc for mp3 player in your examples ?What is its purpose?uint32_t Mp3Process_DecoderInit(uint8_t* pHeader, fnReadCallback_TypeDef* pReadCallback, fnSetPositionCallba...
Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.
why you have enabled crc for mp3 player in your examples ?What is its purpose?uint32_t Mp3Process_DecoderInit(uint8_t* pHeader, fnReadCallback_TypeDef* pReadCallback, fnSetPositionCallba...
I am using an STM32H753I-EVAL2 and the STM32CubeIDE. I am able to set up the RTC and print out its counting time. I do it on a FreeRTOS thread. I have JP11 configured such that VBAT is connected to the battery. I set my RTC_TimeTypeDef globally:RTC_T...
/* Check if software trigger enabled */ if ((hdac->Instance->CR & (DAC_CR_TEN1 | DAC_CR_TSEL1)) == DAC_CR_TEN1)I think the if check is wrong - we should check if TEN and TSEL are set, but now we check for TSEL=111 and TEN=0
Hello.I developed UART by DMA method and it works normally, but I am posting because I have one question.In the case of the sites I found, most of the main function or initial HAL_UART_Receive_DMA function was called, and the HAL_UART_RxCpltCallbac...
Heyho,I am really a little confused by ST's documentation vs. comments here and elsewhere, so in hope of finding someone with first hand experience:Which STM32H7 can use external memory-mapped Octo-/Quad-SPI RAM via DMA with the Ethernet and SAIs ?My...
Setup:Windows 10STM32Cube_FW_F4_V1.27.1 - latestCubeIDE V1.11.0 - latestAzure RTOS - F4 - V1.1.0 - latestUSBX V6.1.10 - latestSTM32F469I-Discovery MB1189 - B03Ux_Host_HID_CDC_ACM - Example from repository - latestI want to connect an STM32F469I-Disco...
Stm32 usb host printer classIncluding main.c file and usb host printer class
Is anyone doing this (CI) ? any suggestions/ideas are welcomed.What i found so far:github's actions info page GitHub provides Linux, Windows, and macOS virtual machines to run your workflows, or you can host your own self-hosted runners in your own d...