User Activity

Hi,I need to calculate DSP speed for STM32F407, but I can't find ARM documentation on DSP extension of Cortex-M4 nor any documentation of DSP extension implementation in STM32F4.I know that Cortex-M4 have pipeline with 3 stage + branch speculation.So...
Using CubeMX v5.0 and FW_L0_v1.11.0 I'm generating new project from scratch.Project has initialized (using HAL) UART2, I2C1 (on alternate pins PB8, PB9), GPIOs, EXTIs and clock. UART2, I2C1 and EXTI interrupts are enabled and IRQ handlers generated b...
Hi,Here is the code from CubeMX generated BSP module for hts221 sensor./** * @brief Read generic device register * * @param hts221_ctx_t* ctx: read / write interface definitions * @param uint8_t reg: register to read * @param uint8_t* d...
Hi,I'm trying to get working system using NUCLEO-L053R8 and X-NUCLEO-IKS01A1.I need to print sensor data on UART and later on I want to use FreeRTOS on that system.I'm using STM32CubeMX v5.0 to generate initialization code and Atollic TrueSTudio v9.1...
Hi,I have NUCLEO-L053R8 board. I'm started to use Atollic TrueStudio 9.0. So, I would like to monitor the value of a variable, but it seems like it can't be done using on board ST-Link/v2 debugger. I've tried to figure out why... So far, I've got no ...
Kudos from