This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello Community,
This might all seem very easy and stupid to ask but I am new to this kind of programming and lets say our teacher wasnt the most sophisticated.
I am trying to get "http://www.mikroe.com/click/7seg/" this 7 Segment to work on mentioned launchpad.
I have searched a lot of pages and read a lot of manuals but I cant seem to find any point to start, what Ports I have to activate and what i have to do to make those stupid LEDs work. In the end im supposed to be able to "randomly" display either S1 or S2 and then measure the reaction time it took the player to press one of the 2 build in buttons (PortJ, Pin 1 and 2), via interrupt timer. Im forced to use CCS, my C skills are average but C isnt exactly my problem here.
Id be grateful for any and every answer that might help me with this project.
kindest regards,
Ben
Hi,
First you need to learn a little bit how to use CCS and make projects. There are various sources of info about how to start with these on micro page.
The simplest method is to import into CCS existing projects and compile/link and examine all settings.
Which has source code for LM4F232, which is similar with your micro, is the previous Cortex-M4 version. Try to understand that example (should select microC arm) and then add to your project.