바다!
일/월 1박 2일로 놀러옴
'개소리 왈왈 > 육아관련 주저리' 카테고리의 다른 글
별이 발라당 (0) | 2021.07.10 |
---|---|
휴가중! (0) | 2021.07.05 |
을라들 규강검진 (0) | 2021.07.03 |
강아지 유치 빠짐? (0) | 2021.06.26 |
첫 애 둘째 애 자전거 타기 (0) | 2021.06.19 |
바다!
일/월 1박 2일로 놀러옴
별이 발라당 (0) | 2021.07.10 |
---|---|
휴가중! (0) | 2021.07.05 |
을라들 규강검진 (0) | 2021.07.03 |
강아지 유치 빠짐? (0) | 2021.06.26 |
첫 애 둘째 애 자전거 타기 (0) | 2021.06.19 |
첫애가 아빠 정말 좋아하니요 소리들으니
먼가 찡하니
휴가중! (0) | 2021.07.05 |
---|---|
휴양! (0) | 2021.07.04 |
강아지 유치 빠짐? (0) | 2021.06.26 |
첫 애 둘째 애 자전거 타기 (0) | 2021.06.19 |
개스키!!!! (0) | 2021.06.15 |
AN3990
um1021
stm32h757xi / stm32h757i-eval (0) | 2024.07.19 |
---|---|
FT5336 - 정전식 터치 i2c (0) | 2021.07.06 |
stm32cubeide generate bin (0) | 2021.07.02 |
stm32cubeide gdb external flash (0) | 2021.07.02 |
TouchGFX on STM32F746G-DISCO (4) | 2021.07.02 |
cubeide로 빌드하는데 hex와 elf는 나오는데 bin은 안나와서 검색!
겁나~ 구성탱이에 있네 -_-
Convert to binary file (-O binary)를 체크해주면 된다. 기본값은 꺼져 있는 듯?
FT5336 - 정전식 터치 i2c (0) | 2021.07.06 |
---|---|
stm32f4 otg update bin file (0) | 2021.07.02 |
stm32cubeide gdb external flash (0) | 2021.07.02 |
TouchGFX on STM32F746G-DISCO (4) | 2021.07.02 |
st-link stm32 option bytes (0) | 2021.07.02 |
1.1 GDB server start-up options --ext-memory-loaders Provides the list of the available external memory loaders. -el <file_path>, --extload <file_path> Selects a custom external memory-loader. --external-init Runs Init() from external memory loader after reset to make external memory accessible without need for application software to set up the access to memory-mapped external memory. [This option requires that option -el <file_path>, --extload <file_path> is used also.] 2.3.1 Loading program to external memory When a program must be loaded to an external memory, the option --extload <file_path> must be used. External memory loader files are delivered for most available STM32 Evaluation and Discovery boards containing external memory. To list the available loader files, use the --ext-memory-loaders option. The STM32CubeProgrammer software description user manual (UM2237) contains detailed information on how to use external Flash loader programs and develop customized loaders for external memory. The user manual is available from the STM32CubeProg webpage on www.st.com. 2.3.2 Memory read/write to external memory To make external memory accessible for read and write by the debugger, use the --external-init option together with external memory loader --extload <file_path> option. When --external-init is used the Init() function in the external memory loader is run by the ST-LINK GDB server after reset. This makes external memory accessible without any need for application software to set up the device for external memory access. The external memory must be memory mapped and directly accessed because normal memory read/ write is used by gdb. Note: When using the --external-init option with the ST-LINK GDB server, the stack required by the Init() function is limited to 1024 bytes of stack instead of 400 bytes in ST-LINK GDB server v5.4.0. |
stm32f4 otg update bin file (0) | 2021.07.02 |
---|---|
stm32cubeide generate bin (0) | 2021.07.02 |
TouchGFX on STM32F746G-DISCO (4) | 2021.07.02 |
st-link stm32 option bytes (0) | 2021.07.02 |
st-link util external module? (0) | 2021.07.02 |
STM32F746NGHx_FLASH.ld
/* Specify the memory areas */ MEMORY { FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 1024K RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 320K ITCMRAM (xrw) : ORIGIN = 0x00000000, LENGTH = 16K QSPI (rx) : ORIGIN = 0x90000000, LENGTH = 16M } .ARM.attributes 0 : { *(.ARM.attributes) } ExtFlashSection : { *(ExtFlashSection) } >QSPI } |
#include <touchgfx/hal/Config.hpp> LOCATION_EXTFLASH_PRAGMA KEEP extern const unsigned char _control_center_button_pressed[] LOCATION_EXTFLASH_ATTRIBUTE = { // 191x191 RGB565 pixels. // ... }; |
#elif defined(__ARMCC_VERSION) #define LOCATION_EXTFLASH_PRAGMA #define LOCATION_EXTFLASH_ATTRIBUTE __attribute__ ((section ("ExtFlashSection"))) __attribute__ ((aligned(4))) #elif defined __ICCARM__ #define LOCATION_EXTFLASH_PRAGMA _Pragma("location=\"ExtFlashSection\"") |
내장 플래시
외부 QSPI 플래시
stm32cubeide generate bin (0) | 2021.07.02 |
---|---|
stm32cubeide gdb external flash (0) | 2021.07.02 |
st-link stm32 option bytes (0) | 2021.07.02 |
st-link util external module? (0) | 2021.07.02 |
cortex-M7 우와.. -_- (0) | 2021.07.02 |
RDP가 이곳에!?
stm32cubeide gdb external flash (0) | 2021.07.02 |
---|---|
TouchGFX on STM32F746G-DISCO (4) | 2021.07.02 |
st-link util external module? (0) | 2021.07.02 |
cortex-M7 우와.. -_- (0) | 2021.07.02 |
new 장난감! STM32F746G-DISCO (0) | 2021.07.02 |
stm32cubeide gdb external flash (0) | 2021.07.02 |
---|---|
TouchGFX on STM32F746G-DISCO (4) | 2021.07.02 |
st-link stm32 option bytes (0) | 2021.07.02 |
cortex-M7 우와.. -_- (0) | 2021.07.02 |
new 장난감! STM32F746G-DISCO (0) | 2021.07.02 |
AVR의 fuse bit 같은 녀석
Level 0: no read protection Level 1: read protection enabled Level 2: debug/chip read protection disabled |
[링크 : https://www.st.com/resource/en/reference_manual/DM00031020-.pdf]
stm32 wdg 최대 설정시간 (0) | 2021.08.09 |
---|---|
stm32 RST pull-up reset fail (0) | 2021.08.02 |
stm32 uart echo (0) | 2021.02.04 |
STM32CubeIDE / HAL register callbacks (0) | 2021.02.03 |
STM32CubeIDE 주의사항(?) (0) | 2021.02.02 |
DMIPS 값이 아주 넘사벽이네.. ㄷㄷ
L1 캐시의 유무도 클꺼고..
Characteristics Performance Efficiency: 5.01 CoreMark/MHz* and 2.14/3.23 DMIPS/MHz** |
[링크 : https://developer.arm.com/ip-products/processors/cortex-m/cortex-m7]
[링크 : https://yomi-tory.tistory.com/entry/그것을-알아보자-ARM-Cortex-M7]
Characteristics Performance Efficiency: 3.42 CoreMark/MHz* and without FPU: 1.25 /1.52 /1.91 DMIPS/MHz**, with FPU: 1.27 /1.55 /1.95 DMIPS/MHz** |
[링크 : https://developer.arm.com/ip-products/processors/cortex-m/cortex-m4]
[링크 : https://yomi-tory.tistory.com/entry/그것을-알아보자-ARM-Cortex-M4]
stm32cubeide gdb external flash (0) | 2021.07.02 |
---|---|
TouchGFX on STM32F746G-DISCO (4) | 2021.07.02 |
st-link stm32 option bytes (0) | 2021.07.02 |
st-link util external module? (0) | 2021.07.02 |
new 장난감! STM32F746G-DISCO (0) | 2021.07.02 |