Conversation
liu369369
force-pushed
the
fireeye-gd32f407
branch
from
September 16, 2026 08:03
ef39634 to
b85111e
Compare
Signed-off-by: liu369369 <liuxiansheng0408@163.com>
liu369369
force-pushed
the
fireeye-gd32f407
branch
from
September 16, 2026 08:09
b85111e to
34a9237
Compare
…e verify GD32F407VK: the vendor region at 0x08100000 is not programmable on this part (byte and word programs read back unchanged), so the storage area now uses the two 128 KiB sectors at 0x08080000..0x080BFFFF inside bank0. up_progmem_write(): program all bytes first, then reset the flash/ART data cache (FMC_WS DCRST/ICRST) before the read-back verify; a cached pre-program value otherwise makes successful writes report -EIO. Signed-off-by: liu369369 <liu369369@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
为在 GD32F470V-START(板载 GD32F407VKT6)上跑通 openvela,补齐 chip.h/pinmap/memorymap/progmem 的 F407 分发与新增 arch/arm/src/gd32f4/CMakeLists.txt,并把 w5500 驱动在轮询模式下的空转日志由 warn 降为 info。配套板级改动见 vendor_gigadevice 仓 PR。