User Activity

I use FDCAN in STM32H730 for communication over CAN-FD.At the moment it works with 500kBit/2000kBit without TxDelayCompensation. But we want to communicate with 1000kBit/4000kBit too. Therefore I want to enable TxDelayCompensation.I'm not sure how I ...
We want to use external 16 bit SDRAM for heap and stack. The SDRAM is configured with byte enable and MPU. I tried to map the memory to 0xC0000000 and 0x60000000, but it doesn't matter. Also the configuration of MPU with MPU_TEX_LEVEL0 or MPU_TEX_LEV...
Is it possible to use Segger probes in STM32CubeProgrammer?Or is it planned in the future?
Posted on July 11, 2017 at 09:32Hi,I'm using Stop mode on a custom board with STM32F207. There is a SRAM on the board for data storage.I turn off SRAM in Stop mode, to reduce power consumption. Now I want to disable the FSMC of SRAM too. Therefore I...
Posted on May 22, 2017 at 10:59Hello,I'm using STM32F207 with external USB-PHY in device mode.I want to enter standby mode by SuspendCallback of USB. Because it is not possible to wakeup the STM32 by interrupt (ResumeCallback), I want to use the wak...