update
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
*******************************************************************************/
|
||||
#include "Mcu.h"
|
||||
#include "Mcu_PBTypes.h"
|
||||
|
||||
#include "Port.h"
|
||||
|
||||
/*******************************************************************************
|
||||
** Global Symbols **
|
||||
@@ -66,7 +66,7 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif /* APP_WOODY_COMMON_SAMPLE_H */
|
||||
|
||||
/*******************************************************************************
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
int main(void)
|
||||
{
|
||||
//uint32 i = 0;
|
||||
uint32 i = 0;
|
||||
|
||||
Mcu_Init(Mcu_ModuleConfiguration);
|
||||
|
||||
@@ -18,8 +18,13 @@ int main(void)
|
||||
Scif_Init();
|
||||
// /* Start program */
|
||||
|
||||
|
||||
Console_Print("\r\nWoody PROGRAM START\r\n");
|
||||
|
||||
while (1)
|
||||
{
|
||||
Console_Print("\r\nWoody PROGRAM RUNNING\r\n");
|
||||
for (i = 0; i < 10000000; i++);
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
@@ -91,8 +91,8 @@ Break
|
||||
; --------------------------------------------------------------------------------
|
||||
; Load demo program (uses internal RAM only)
|
||||
; Data.LOAD.Elf "~~~~/sieve_ram_aarch32_arm_v8r_le.elf"
|
||||
;Data.LOAD.Elf C:\Work\Src\Gen4_R-Car_MCAL\2_Trunk\V4H\MCAL-v4h_19.4.0.D_release\rel\modules\woody\sample_application\V4H\obj\arm\App_WOODY_V4H_Sample.elf /nocode
|
||||
Data.LOAD.Elf C:\Work\Src\Gen4_R-Car_MCAL\2_Trunk\V4H\MCAL-v4h_19.4.0.D_release\rel\modules\woody\sample_application\V4H\obj\arm\App_WOODY_V4H_Sample.elf
|
||||
Data.LOAD.Elf C:\Work\Src\Gen4_R-Car_MCAL\2_Trunk\V4H\MCAL-v4h_19.4.0.D_release\rel\modules\woody\sample_application\V4H\obj\arm\App_WOODY_V4H_Sample.elf /nocode
|
||||
;Data.LOAD.Elf C:\Work\Src\Gen4_R-Car_MCAL\2_Trunk\V4H\MCAL-v4h_19.4.0.D_release\rel\modules\woody\sample_application\V4H\obj\arm\App_WOODY_V4H_Sample.elf
|
||||
|
||||
;CORE 1
|
||||
;GOSUB EnableATCM "0xE4400000" // CR52_1 (Hypervisor MPU)
|
||||
|
||||
Reference in New Issue
Block a user