You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
- 1$\begingroup$ This isn't really a signal processing question, is it? However, I'd re-evaluate what you really want to teach, seeing that you posted this on a signal processing site: Programming can be done just as well targetting any other architecture than the TMS320C6713. Honestly, I don't think there's much value in teaching students to blink an LED on a relatively special-usecase DSP board, unless you want to teach them embedded development – which again I wouldn't recommend doing on a DSP board. If you just want to teach them how to do digital signal processing in software: $\endgroup$Marcus Müller– Marcus Müller2021-04-09 18:03:14 +00:00Commented Apr 9, 2021 at 18:03
- 1$\begingroup$ Let them do that on a PC, targetting a PC. There's not really a downside to that for undergrad students – only when they know very well how to do that, they could then move to remotely deploying code on a DSP board (and by then, DIP switches and LEDs are rather boring, and you'd use the board for something it's really meant for, like pushing through hundreds of millions of values per second). But honestly, I don't think your students learn too much on an old DSP board that they couldn't learn targetting x86_64 or ARM64 + SIMD. $\endgroup$Marcus Müller– Marcus Müller2021-04-09 18:05:35 +00:00Commented Apr 9, 2021 at 18:05
- 2$\begingroup$ Does this answer your question? Hardware kits for DSP Lab? $\endgroup$Marcus Müller– Marcus Müller2021-04-09 18:06:19 +00:00Commented Apr 9, 2021 at 18:06
- $\begingroup$ Thanks@MarcusMüller for your comments but i don't think that the question referred by you contains reasonable guidance relevant to my question $\endgroup$cvz– cvz2021-04-10 06:59:16 +00:00Commented Apr 10, 2021 at 6:59
- 1$\begingroup$ What I found is that you really don't have to adhere 100% to the current syllabus; this is a pandemic. You have to work around that, and the department has to accept what you'll do :) The DSP thing you have is double bad, because other DSP platforms at least have software emulators that students could use at home – TMS320C67 doesn't even have that. It's really software development like in the early 90s, and that doesn't work when people have to work remotely. $\endgroup$Marcus Müller– Marcus Müller2021-04-10 10:47:13 +00:00Commented Apr 10, 2021 at 10:47
| Show 3 more comments
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
- MathJax equations
$\sin^2 \theta$
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. image-processing), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you
lang-c