Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.
/* 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...
I'm trying to use High speed USB HID to transfer bulk data from external SDRAM controlled via FMC.I have achieved the basic transfer function by modifying the USB description file and related functions. /******************** Descriptor of Custom HID...
Heyho,has someone already tested the new HAL ethernet driver for F7 ?I have my F767 prototype up and running, raw lwIP with http server and PTP are working flawlessly.After having done lots of other driver and user interface via http / REST stuff, I ...