User Activity

Dear Community,We're just building up a product with NetXDuo on a STM32H563 having some issues with the Link-Establishment.We use newest CubeMX (6.11.0) with newest Firmware-Package (1.2.0) to generate the init-code and use the same PHY as in the Eva...
I generated code for STM32H563VIT6 via CubeMX with USBD MSC enabled.When I now run the software, I get an unaligned memory access error within: static void USBD_FrameWork_MSCDesc(USBD_DevClassHandleTypeDef *pdev,uint32_t pConf, uint32_t *Sze) in the ...
Dear community,we're using a Makefile Project with STM32H5xx and NetX Duo using the LAN8742When the code is generated, CubeMX is adding the line:.../STM32Cube/Repository/STM32Cube_FW_H5_V1.1.1/Drivers/BSP/Components/lan8742/lan8742.c \twice to the Ma...
I use ADC with DMA in cirular scan mode to convert two audio-channels triggered by a timer. This all works well with expected results and quality most of the time.For power-saving reasons I have to change the clock tree in runtime. This may screw up ...
The HAL Timebase Generation using another Timer as SYSTICK is buggy when clocks APBxCLKDivider is switched in runtime. The Timebase is then re-initialized without respect to an (re-) configured APBxClockDivider. The condition if a APBxCLKDivier is se...
Kudos from