File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1722,6 +1722,8 @@ LoRa.menu.upload_method.dfuMethod.upload.tool=stm32CubeProg
172217223dprinter.menu.pnum.FYSETC_S6.build.product_line=STM32F446xx
172317233dprinter.menu.pnum.FYSETC_S6.build.variant=FYSETC_S6
172417243dprinter.menu.pnum.FYSETC_S6.build.cmsis_lib_gcc=arm_cortexM4lf_math
1725+ 3dprinter.menu.pnum.MALYANM300_F070CB.build.flash_offset=0x10000
1726+ 3dprinter.menu.pnum.MALYANM200_F070CB.build.extra_flags=-D{build.product_line} {build.enable_usb} {build.xSerial} -DVECT_TAB_OFFSET={build.flash_offset}
17251727
17261728# Upload menu
172717293dprinter.menu.upload_method.swdMethod=STM32CubeProgrammer (SWD)
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ _Min_Stack_Size = 0x400;; /* required amount of stack */
6060/* Specify the memory areas */
6161MEMORY
6262{
63- FLASH (rx) : ORIGIN = 0x8010000 , LENGTH = 512K
63+ FLASH (rx) : ORIGIN = 0x8010000 , LENGTH = 448K
6464RAM (xrw) : ORIGIN = 0x20000000 , LENGTH = 128K
6565}
6666
You can’t perform that action at this time.
0 commit comments