User Activity

HiSTM32H563ZI, I am using freertos and in first task I try to make flash write operation code;Flash::Error Flash::flashErase(const uint8_t sectorNumber){uint32_t sector_error = 0;FLASH_EraseInitTypeDef erase;erase.TypeErase = FLASH_TYPEERASE_SECTORS;...
Hiwith STM32H563ZI, (nucleo-h563) I work on freertos + tcp, when I try to make flash operation like erasing software goes NMI handler, but if not making erase just make flash_program it doesnt fail, because of I couldnt erase the sectorsi I cant prog...
Hi,I am trying to flash STM32H563ZI,  (NUCLEO-H563ZI) but I get hard fault errorI will flash to BANK2 that starting address 0x081000000MY CODE;HAL_FLASH_Unlock();erase.TypeErase = FLASH_TYPEERASE_SECTORS;erase.Banks = FLASH_BANK_2;erase.Sector = 0;er...
Hi,I need RTC LSE schematics and ETHERNET output schematic for STM32H563ZI, where can I find them, I am searching but It directs me to datasheets that don't have schematicsThanks for your answers.
Hi,I am working on freertos plus tcp library with STM32H563ZI, but how must I make memory otions in linker file?like: RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 320KFLASH (rx) : ORIGIN = 0x08000000, LENGTH = 2048KRAM1 (xrw) : ORIGIN = 0x20000000, LENG...
Kudos from