User Activity

I have a bootloader project that can jump to a QSPI application under normal conditions. When I first install this application and then install my application that I created separately for QSPI, it works without any problem.(Bootloader + App).But wha...
            RAM_EXEC section 1024K but RAM_D1 is 512K. How is this possible?   
#define EEPROM_SEC __attribute__((long_call, section("EepromSection")))EEPROM_SECint add(int a, int b) {return a + b;}static __attribute__(( aligned(32))) uint32_t code_buf[20] = { 0 };//...int main(void) {HAL_Init();SystemClock_Config();MX_GPIO_Init...
My goal is to install linux on the stm32f769-dk board.I have no such experience before.I compiled the build kernel with buildroot and installed it on the board. Linux worked but the only problem is that buildroot should normally load the image to the...
I've been trying to run the fmc and lcd over an 8-bit data line for a few days. Yesterday I managed to read the ids of the lcd correctly, but because I messed up the timing settings of the fmc (timing settings were working randomly), I can't get any ...
Kudos given to