User Activity

Just wondering if anyone else sees this on the regular.I have a custom board with an STM32F107 MCU (but I see this across hardware projects with various ST MCUs).I have the ST-LINK/v2 doing SWD to the MCU and it's connected to the host PC through a S...
I'm using the ST Cube environment (IDE + MX) to configure the SPI2 peripheral in Full-Duplex Master mode on a STM32F105VBHX chip.It seems like the peripheral is not driving the NSS (chip select) pin (PB12).  When the pin is selected for SPI2_NSS and ...
I am using STM32F105xx family, working with HAL_SPI API.  I have discovered that the call to HAL_SPI_Receive_IT causes whatever data is in the provided buffer to be clocked out on MOSI.  This issue is also discussed to some extent in this thread, but...
Hello.  I am working with a STM32H563IIKX, connected to an external Macronix MX30LF2G28AD NAND Flash chip.  I have configured the FMC for NAND operation with what I think are correct parameters (this is completely new to me).I thought I'd try a very ...
Developing on an STM32H563ZI chip with Cube IDE and ST-Link V2.  DEBUG is configured as JTAG with Trace Syncro (4 bits), which is 4-wire JTAG (JTMS, JTCK, JTDI, and JTDO).  My project has allocated pin PB4(NJTRST) as a GPIO.  If left unconfigured, de...