User Activity

I upgraded to 1.8.0 and it worked OK for a few days. Now whenever I try to Run or Debug (F11) program using ST-Link, the debugger starts, connects, but then immediately exits without error. The console shows:Waiting for debugger connection... Debug...
Does anyone have a decent recipe for creating the ST-Link compatible driver for an SPI NOR device? Using the examples in STM32 ST-Link utility I have been able to create and debug the needed routines to intialize, erase, write, and read my flash in...
Minor bug, but it threw me off for a bit. When selecting ETH for the STM32H750, in the Parameter Settings there is a warning that ETH can only work with address 0x2400_0000. That is actually D1 SRAM which is not accessible by the Ethernet MAC, it n...
I'm starting to get comfortable with CMSIS-RTOS (and the STM32 implementation "uniqueness's" :) ), and next phase is adding LwIP support to my project. My IP needs are fairly simple, so was originally planning on using the Raw API. I see using Cube...
I'm just getting started with doing RTOS programming but I can't see this being anything but a CubeMX bug. My target MCU is an STM32H750 running at 400MHz. I wanted the FreeRTOS tick to be 100Hz. I set that parameter in CubeMX, but noticed that al...
Kudos from