User Activity

Hi I have configured Octospi1 to Read / Write from my FPGA in memory mapped mode.The interface works well, but i have a problem that the CPU is not reading from the memory and just use last cached value.The Variables are set volatile. both the pointe...
Hi The MCU is a STM32H735I will use the UART3 port for combined debug output and command line interfaceSo I would like to use the FIFO, it quite useful when sending debug data.The Fifo is also useful for RX, if e.g. interrupt is blocked by other inte...
Hi I'm trying to reuse some code that uses use std::fstream for file access.I have the FATFS working and can read and write files. like this:fr = f_open(&fil, path, FA_WRITE | FA_CREATE_ALWAYS);if (fr == FR_OK) {// Write text to the filefr = f_write(...
Hi AllI have created a PCB where I want to use the OCTOSPI to communicate with a FPGA.I have difficulty finding accurate information on how the different memory types work. I already have a Hyperram running so I started there, that did also seem stra...
HiI'm designing a PCB using the STM32H735 based on the eval kit STM32H735G-DK.On STM32H735G-DK there is both STlink connector and a TAG Connecter, but they are not wired the same way.I have the STlink working but was wondering what type of programmer...