User Activity

Hi all,I used touchGFX before with a STM32F746-DISCO board and that worked fine to get started but now I'm looking to make a custom board with an STM32H7A3 MCU and I see nothing in the touchGFX designer for this MCU. There is an STM32H7B3 DISCO board...
Hi,I' was looking at this board thinking it is one of the newer ones. I think of the STM32F7 as the older and STM32H7 as the newer ones.  The reason I'm asking is because I want a STM32H7 kit with an (micro) SD socket and an audio codec. This kit see...
This is for: cubeIDE and the built-in version of cubeMX and STM32F746 disco board.The autogenerated code from cubeMX generates this Error_Handler() function for every (potential) error from the HAL functions. Every peripheral gets the same function c...
Hi all,Reading page 400 of RM0399 (Reference manual STM32H745/755 and STM32H747/757). It talks about how to allocate peripherals for each core. But I don't understand. I can't seem to find the PERxEN bit in either RCC_DnxxxxENR or RCC_C1_DnxxxxENR re...
Hi all,This is a bit silly but it is annoying to me. The picture below shows an empty project (top: DiscoBaseEmpty) and one cubeIDE project (bottom: DiscoBaseIDE) for a dual core STM32H745 disco board. I'm learning what's required to get an empty pro...