User Activity

Hi All,I have a STM32H7 master communicating with I2C to 4 STM32F0 slaves. The I2C uses DMA but intermittently stalls when the master is transmitting to a slave. It sends the address and the first data byte successfully (acknowledged), but then fai...
Hi All,With CMSIS V1 the default priority for the FreeRTOS Timer Task is set to 2. In CMSIS V1 that is the highest priority for a thread (low numbers = high priority). In CMSIS V2 the priority scheme was reversed (high numbers = high priority). Ho...
Hi All,In a hardware architecture where there are multiple I2C slaves running the same code base, each slave must determine their own address. The code generated by Stm32Cube hard codes the OwnAddress so it is impossible to insert a unique address in...
In STM32CubeMX (6.1.0) for STM32H7 the I2C parameter settings allow you to enable Custom Timing. However, the Timing parameter still remains disabled and cannot be set. I would expect that for custom timing, the user could change the Timing paramete...
I have a bootstrap in internal FLASH that configures the FMC driver to setup external FLASH and SDRAM. After setting them up it jumps to the application stored in external FLASH and executes it from there. The application also needs to use the FMC ...
Kudos from