User Activity

I have questions about SPI interfaces and the boot selection. I am not using SPI for the bootloader and I don't want it selected.Issue 1: AN2606 says that to prevent SPI from being selected, SPI_MOSI should be at a known state (high or low) at the st...
LIS3MDL issues.Issue #1 - There are two 8-bit registers for temperature, and the datasheet says it's two complement, but I don't see any further description of the contents. Is it fixed point 8.8 or is there some division or offset that needs to be d...
I have a project that uses a STM32H743ZITX (144-pins). I want to replace it with a STM32H743VITX (100-pins), and use the same same code. There will actually be a few differences in code, like removing some pins and their functions, but it's pretty mu...
I have a STM32H7B3I-DK, and I can create a TouchGFX project with FreeRTOS and it works great.I wanted to research not using an RTOS, so using CubeMX I created a project based on the STM32H7B3I-DK, which includes TouchGFX, but does not have an RTOS. T...