Häufig gestellte Fragen

よくある質問

Can FMC instructions be used to adjust the Data Flash size in the program?  日付:2017-04-26

For the NuMicro® series that can set the Data Flash size, usercanmodify DFEN (Config0 [0]) to enable or disable Data Flash,and modify DFBADR (Config1) to set the base address of Data Flash and adjust the Data Flash size.
After the setting, the program needs to write 1 to CHIPRST (SYS_IPRST0 [0]) for software chip reset. With software chip reset, the new setting will take effect.

Sample code is as follows:
uint32_t   au32Config[2];

SYS_UnlockReg();
FMC_Open();
FMC_ReadConfig(au32Config, 2);
FMC_ENABLE_CFG_UPDATE();
au32Config[0] &= ~0x1;
au32Config[1] = u32DFBA;
FMC_WriteConfig(au32Config, 2)
SYS_ResetChip(); 

製品: マイクロコントローラ ,Arm Cortex-M0 MCU ,M0518シリーズ ,M0519シリーズ ,M0564 シリーズ ,ミニ 51 ベースシリーズ ,ナノ 100/102 ベースシリーズ ,Nano103 ベースシリーズ ,ナノ 110/112 LCD シリーズ ,ナノ 120 USB シリーズ ,ナノ 130 アドバンストシリーズ ,NUC029 シリーズ ,NUC100/200 アドバンストシリーズ ,NUC120/122/123/220 USB シリーズ ,NUC121/125シリーズ ,NUC126 USB シリーズ ,NUC130/230 CAN シリーズ ,NUC131/NUC1311 CAN シリーズ ,NUC140/240 コネクティビティシリーズ ,Arm Cortex-M4 MCU ,M451 Base シリーズ ,M451M シリーズ ,M452 USB シリーズ ,M453 CAN シリーズ ,M4TK タッチキーシリーズ ,NUC442/472 シリーズ
アプリケーション:
機能: Peripherals,Memory,Config,Flash Memory Controller (FMC)
This website uses cookies to ensure you get the best experience on our website. Learn more
OK