User Activity

Hey guys.I need to enable/disable the line 14 of the EXTI interrupts multiple times, using HALDo i just use the HAL_NVIC_DisableIRQ  HAL_NVIC_EnableIRQ  ( and HAL_NVIC_SetPriority whenever i re-enable the line?), providing the correct handle to the a...
Hello guys. I'm trying to design a custom pcb that uses an STM32h7a3zit mcu and one of the most confusing parts is clock configuration. I will mainly use the hs usb interface. I've searched a couple of online sources and from what i could find is tha...
Hey guys.I'm trying to build a custom Pcb that doesn't include the onboard st-link and be able to program it though the STDC14 connector.I found some schematics about the nucleo H7A3ZI-Q board, but i was confused about a couple of things.1) The STDC1...
Hey guys. I'm trying to learn how to use the stlink programmers and program a nucleo board, without the use of the onboard programmer.I've successfully flashed the board by using the MIPI10 interface and the stlink. The thing is that i we want to mak...
Hey guys. I'm trying to use the SPI1 interface on the aforementioned nuncleo board, but no luck whatsoever.I want to transmit 2 3Byte commands to a dac device. The first one is 48,0,0 and the second one is 55,255,255. My code is:   uint8_t msg_Tec[3]...
Kudos given to