User Activity

Hi, I want to deactivate all interrupts during a short period. I'm using __disable_irq();however, it says, that this can only be used in privilege mode. If I use this function my board crashes. I want to look up the privilege level, but the RM at pag...
I used cubeMX to generate code for the USB init. Somehow some #include calls are not working. They can't find the file. But if I ctrl+click I get directed to the correct file. I tried refreshing, rebuilding the index, open as admin and specificly add...
hi, I want to use USB-FS. For initialisation I used the tool integrated in the cube IDE. The RM contains the HS-registers but not the FS-registers. Since the tool changes bits that are not supposed to be changed (namely: GOTGCTL) I assume the registe...
Hi everyone, my setting looks like this:CPU CLK: 480MHzAHB CLK should be 240MHz (I'm not 100% sure)Timer CLK 120MHzInputCapture Channel: 4 (2 direct, 2 indirect)I generate 8 short pulses each about 30ns. I use 4 InputCaptures to read those pulses. 2 ...
Hi, (this is my first post here, be gentle)I'm working with a STM32H743ZI. I'm currently trying to measure some pulses with the input capture unit. Initially I thought that 480MHz should be enough, but then was let down by the fact, that the timers o...