New board spec & installation

Nitroblue 1·2025년 8월 28일

지난 번에 받아서 썼던 STM32F103C8T6 보드는 MPU가 내장되어 있지 않아 새 보드를 받아 쓰게 되었다.

  • STM32F446RET6U
    • NUCLEO-F446RE
  • Core: Arm® 32-bit Cortex®-M4 CPU with FPU
    • Architecture : Armv7E-M
    • ISA Support : Thumb or Thumb-2
    • Platform support for rust : thumbv7em-none-eabihf
    • Memory.x
      • MEMORY
        			{
        			FLASH : ORIGIN = 0x08000000, LENGTH = 512K
        			RAM   : ORIGIN = 0x20000000, LENGTH = 128K
        			}
    • Size
      • stm32f446  :
        			section                size         addr
        			.vector_table         0x400    0x8000000
        			.text                  0x80    0x8000400
        			.rodata                   0    0x8000480
        			.data                     0   0x20000000
        			.gnu.sgstubs              0    0x8000480
        			.bss                      0   0x20000000
        			.uninit                   0   0x20000000
        			.debug_abbrev        0x148a          0x0
        			.debug_info         0x2535a          0x0
        			.debug_aranges       0x13e8          0x0
        			.debug_ranges       0x13a18          0x0
        			.debug_str          0x3f998          0x0
        			.comment               0x8b          0x0
        			.ARM.attributes        0x3a          0x0
        			.debug_frame         0x4aa8          0x0
        			.debug_line         0x23e27          0x0
        			.debug_loc             0x29          0x0
        			Total               0xa3db9
  • probe-rs chip list | grep -i stm32f446RE

0개의 댓글