Skip to content

Commit

Permalink
LPCXpresso IDE Flash/Debug Tutorial for LPC43xx SPIFI
Browse files Browse the repository at this point in the history
  • Loading branch information
bvernoux committed Jun 13, 2012
1 parent 43f7626 commit 8828cf2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file added doc/LPCXPresso_Flash_Debug_Tutorial.odt
Binary file not shown.
Binary file added doc/LPCXPresso_Flash_Debug_Tutorial.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion firmware/startup_systick/startup_systick.c
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ u32 test_nb_instruction_per_sec(void)
asm volatile ("nop ");
asm volatile ("nop ");
asm volatile ("nop ");
nb_instructions_per_sec += 100;
nb_instructions_per_sec += 108;

end = sys_tick_get_time_ms();
tickms = sys_tick_delta_time_ms(start, end);
Expand Down

0 comments on commit 8828cf2

Please sign in to comment.