Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ArduPilot/ardupilot
/ flash_func_write_words
Function
flash_func_write_words
Tools/AP_Bootloader/support.cpp:136–139 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
134
}
135
136
bool flash_func_write_words(uint32_t offset, uint32_t *v, uint8_t n)
137
{
138
return stm32_flash_write(uint32_t(flash_base+offset), v, n*sizeof(*v));
139
}
140
141
uint32_t flash_func_sector_size(uint32_t sector)
142
{
Callers
2
test_flash
Function · 0.85
flash_write_flush
Function · 0.85
Calls
1
stm32_flash_write
Function · 0.85
Tested by
1
test_flash
Function · 0.68