9
0
Fork 0

Calibrate stm32 delay loop

git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@2150 7fd9a85b-ad96-42d3-883c-3090e2eb8679
This commit is contained in:
patacongo 2009-10-17 21:14:47 +00:00
parent 3dca74598f
commit e414e1f45a
9 changed files with 24 additions and 24 deletions

View File

@ -64,8 +64,8 @@
# CONFIG_ARCH_CALIBRATION - Enables some build in instrumentation that
# cause a 100 second delay during boot-up. This 100 second delay
# serves no purpose other than it allows you to calibratre
# CONFIG_ARCH_LOOPSPERMSEC. You simply use a stop watch to measure
# the 100 second delay then adjust CONFIG_ARCH_LOOPSPERMSEC until
# CONFIG_BOARD_LOOPSPERMSEC. You simply use a stop watch to measure
# the 100 second delay then adjust CONFIG_BOARD_LOOPSPERMSEC until
# the delay actually is 100 seconds.
#
CONFIG_ARCH=arm

View File

@ -64,8 +64,8 @@
# CONFIG_ARCH_CALIBRATION - Enables some build in instrumentation that
# cause a 100 second delay during boot-up. This 100 second delay
# serves no purpose other than it allows you to calibratre
# CONFIG_ARCH_LOOPSPERMSEC. You simply use a stop watch to measure
# the 100 second delay then adjust CONFIG_ARCH_LOOPSPERMSEC until
# CONFIG_BOARD_LOOPSPERMSEC. You simply use a stop watch to measure
# the 100 second delay then adjust CONFIG_BOARD_LOOPSPERMSEC until
# the delay actually is 100 seconds.
#
CONFIG_ARCH=arm

View File

@ -64,8 +64,8 @@
# CONFIG_ARCH_CALIBRATION - Enables some build in instrumentation that
# cause a 100 second delay during boot-up. This 100 second delay
# serves no purpose other than it allows you to calibratre
# CONFIG_ARCH_LOOPSPERMSEC. You simply use a stop watch to measure
# the 100 second delay then adjust CONFIG_ARCH_LOOPSPERMSEC until
# CONFIG_BOARD_LOOPSPERMSEC. You simply use a stop watch to measure
# the 100 second delay then adjust CONFIG_BOARD_LOOPSPERMSEC until
# the delay actually is 100 seconds.
#
CONFIG_ARCH=arm

View File

@ -64,8 +64,8 @@
# CONFIG_ARCH_CALIBRATION - Enables some build in instrumentation that
# cause a 100 second delay during boot-up. This 100 second delay
# serves no purpose other than it allows you to calibratre
# CONFIG_ARCH_LOOPSPERMSEC. You simply use a stop watch to measure
# the 100 second delay then adjust CONFIG_ARCH_LOOPSPERMSEC until
# CONFIG_BOARD_LOOPSPERMSEC. You simply use a stop watch to measure
# the 100 second delay then adjust CONFIG_BOARD_LOOPSPERMSEC until
# the delay actually is 100 seconds.
#
CONFIG_ARCH=arm

View File

@ -64,8 +64,8 @@
# CONFIG_ARCH_CALIBRATION - Enables some build in instrumentation that
# cause a 100 second delay during boot-up. This 100 second delay
# serves no purpose other than it allows you to calibratre
# CONFIG_ARCH_LOOPSPERMSEC. You simply use a stop watch to measure
# the 100 second delay then adjust CONFIG_ARCH_LOOPSPERMSEC until
# CONFIG_BOARD_LOOPSPERMSEC. You simply use a stop watch to measure
# the 100 second delay then adjust CONFIG_BOARD_LOOPSPERMSEC until
# the delay actually is 100 seconds.
#
CONFIG_ARCH=arm

View File

@ -64,8 +64,8 @@
# CONFIG_ARCH_CALIBRATION - Enables some build in instrumentation that
# cause a 100 second delay during boot-up. This 100 second delay
# serves no purpose other than it allows you to calibratre
# CONFIG_ARCH_LOOPSPERMSEC. You simply use a stop watch to measure
# the 100 second delay then adjust CONFIG_ARCH_LOOPSPERMSEC until
# CONFIG_BOARD_LOOPSPERMSEC. You simply use a stop watch to measure
# the 100 second delay then adjust CONFIG_BOARD_LOOPSPERMSEC until
# the delay actually is 100 seconds.
#
CONFIG_ARCH=arm

View File

@ -62,9 +62,9 @@
# CONFIG_ARCH_LEDS - Use LEDs to show state. Unique to board architecture.
# CONFIG_ARCH_CALIBRATION - Enables some build in instrumentation that
# cause a 100 second delay during boot-up. This 100 second delay
# serves no purpose other than it allows you to calibratre
# CONFIG_ARCH_LOOPSPERMSEC. You simply use a stop watch to measure
# the 100 second delay then adjust CONFIG_ARCH_LOOPSPERMSEC until
# serves no purpose other than it allows you to calibrate
# CONFIG_BOARD_LOOPSPERMSEC. You simply use a stop watch to measure
# the 100 second delay then adjust CONFIG_BOARD_LOOPSPERMSEC until
# the delay actually is 100 seconds.
#
CONFIG_ARCH=arm
@ -74,7 +74,7 @@ CONFIG_ARCH_CHIP=stm32
CONFIG_ARCH_CHIP_STM32F103ZET6=y
CONFIG_ARCH_BOARD=stm3210e-eval
CONFIG_ARCH_BOARD_STM3210E_EVAL=y
CONFIG_BOARD_LOOPSPERMSEC=4531
CONFIG_BOARD_LOOPSPERMSEC=5483
CONFIG_DRAM_SIZE=0x00010000
CONFIG_DRAM_START=0x20000000
CONFIG_DRAM_END=(CONFIG_DRAM_START+CONFIG_DRAM_SIZE)

View File

@ -62,9 +62,9 @@
# CONFIG_ARCH_LEDS - Use LEDs to show state. Unique to board architecture.
# CONFIG_ARCH_CALIBRATION - Enables some build in instrumentation that
# cause a 100 second delay during boot-up. This 100 second delay
# serves no purpose other than it allows you to calibratre
# CONFIG_ARCH_LOOPSPERMSEC. You simply use a stop watch to measure
# the 100 second delay then adjust CONFIG_ARCH_LOOPSPERMSEC until
# serves no purpose other than it allows you to calibrate
# CONFIG_BOARD_LOOPSPERMSEC. You simply use a stop watch to measure
# the 100 second delay then adjust CONFIG_BOARD_LOOPSPERMSEC until
# the delay actually is 100 seconds.
#
CONFIG_ARCH=arm
@ -74,7 +74,7 @@ CONFIG_ARCH_CHIP=stm32
CONFIG_ARCH_CHIP_STM32F103ZET6=y
CONFIG_ARCH_BOARD=stm3210e-eval
CONFIG_ARCH_BOARD_STM3210E_EVAL=y
CONFIG_BOARD_LOOPSPERMSEC=4531
CONFIG_BOARD_LOOPSPERMSEC=5483
CONFIG_DRAM_SIZE=0x00010000
CONFIG_DRAM_START=0x20000000
CONFIG_DRAM_END=(CONFIG_DRAM_START+CONFIG_DRAM_SIZE)

View File

@ -62,9 +62,9 @@
# CONFIG_ARCH_LEDS - Use LEDs to show state. Unique to board architecture.
# CONFIG_ARCH_CALIBRATION - Enables some build in instrumentation that
# cause a 100 second delay during boot-up. This 100 second delay
# serves no purpose other than it allows you to calibratre
# CONFIG_ARCH_LOOPSPERMSEC. You simply use a stop watch to measure
# the 100 second delay then adjust CONFIG_ARCH_LOOPSPERMSEC until
# serves no purpose other than it allows you to calibrate
# CONFIG_BOARD_LOOPSPERMSEC. You simply use a stop watch to measure
# the 100 second delay then adjust CONFIG_BOARD_LOOPSPERMSEC until
# the delay actually is 100 seconds.
#
CONFIG_ARCH=arm
@ -74,7 +74,7 @@ CONFIG_ARCH_CHIP=stm32
CONFIG_ARCH_CHIP_STM32F103ZET6=y
CONFIG_ARCH_BOARD=stm3210e-eval
CONFIG_ARCH_BOARD_STM3210E_EVAL=y
CONFIG_BOARD_LOOPSPERMSEC=4531
CONFIG_BOARD_LOOPSPERMSEC=5483
CONFIG_DRAM_SIZE=0x00010000
CONFIG_DRAM_START=0x20000000
CONFIG_DRAM_END=(CONFIG_DRAM_START+CONFIG_DRAM_SIZE)