Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~198 People Reached
About Me

Engineering Student

Favorite Forums
Favorite Tags
Member Avatar for AndreC

Hi I am AndrĂ© and I am a final year electronic engineering student at the University of Pretoria (South Africa - about as far as I can be from the other people on this forum). I am trying my best not to become a full-time geek and my hobbies include …

Member Avatar for Jx_Man
0
67
Member Avatar for AndreC

This is a very quick and easy question: How do I move a literal value into a register? I need to move the value 2 into a register with address 0x0800 of a dsPIC30F6014A. I have tried the following: [CODE]MOV #0x0002, [0x0802];[/CODE] but I get an error message stating "Invalid …

Member Avatar for abhisdm
0
82
Member Avatar for AndreC

Hi I need to do a correlation of 40 samples using a dsPIC30F6014A (@80Mhz) in less than 15us, but found that when I write the correlation in C, it takes way too long (about 40us). I came accross the MAC function in assembly, which (if I can get it going) …

0
49