This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Using ARM1176JZF-S Kit (DS-5 tools), I need to control stepper motor based on the output of ultrasonic sensor (which detects objects).

Using ARM1176JZF-S Kit (DS-5 tools), I need to control stepper motor based on the output of ultrasonic sensor (which detects objects). I have already done the project in 8051 microcontrollers but how to do it in arm board. Let's first concentrate on the getting input from ultrasonic sensors. Please tell me where on the arm board do I need to connect the sensor. Please give some tips in writing the code( preferably in c). Can we implement this on software before hard ware implementation, if so how?

Parents
  • Hi Albert,

    The ARM1176JZF-S is just the processor, and DS-5 is just the compiler toolchain (or a virtual modelling environment without any sensors).

    For a hardware board the connectivity of the peripherals, GPIO, sensors, etc will depend on both the specific implementation of the SoC, and the development board you are using. Neither of these are not part of the ARM processor - ARM only produces the processor core, not the system around it - so you may be better off asking for support on the forums of the company who produced the development board you are using.

    HTH,
    Pete

Reply
  • Hi Albert,

    The ARM1176JZF-S is just the processor, and DS-5 is just the compiler toolchain (or a virtual modelling environment without any sensors).

    For a hardware board the connectivity of the peripherals, GPIO, sensors, etc will depend on both the specific implementation of the SoC, and the development board you are using. Neither of these are not part of the ARM processor - ARM only produces the processor core, not the system around it - so you may be better off asking for support on the forums of the company who produced the development board you are using.

    HTH,
    Pete

Children