You know how when there's a problem, you know the fix is something right in your face but you just can't identify it? Well turns out that the "switch" on the...
Here is an .asm file I am having trouble assembling (I am using notepad as the editor, and am using DOS emulator on windows xp): org $8000 ;define program...
Dr Martin's response is exactly correct. You might want to find a copy of his book "Introduction to 6811 Programming". This web site has much of the pertinent...
... Defining the address of the start of the program will make producing a .icb quite difficult, as the process involves making the program with two different...
After changing the .asm file per suggestion, I created the .icb file. I had to manually type in each command in as11_ic.bat, since apparently the supplied...
the batch file uses the flag -DMAIN_START=[value] when running gcc..which is run twice, to give two different addresses. Let me try the new .icb file that was...
The program simply doubles a number sent to it, and is supposed to print the result to the LED screen. The icb source (asm) is: ORG $8000 subroutine_double: ...
... Why are you specifying a memory location? IC works out a suitable location for you when you load the icb, and specifying a location will mess up relocation...
... location ... up ... moment) ... I got the program to work correctly when I used the method someone posted back in September - now the LCD screen says...
... I know how to make icb files. I was commenting on the fact that there's nothing to prevent the main() function ending. main() should contain an infinite...
Hello all, hat someone experience with connecting handyboard and bruschless motor? i have bought a speed controler for the bruschless. thank you xiaoming...
Hey everyone, I'm having this problem with Interactive C where when I open the program to edit some code that i'm working on, I can only open the program once,...
I don't understand exactly what you mean. does the IDE freeze? the Handyboard? What host OS are you using? and where exactly are you downloading your IC...
I mean the program IC freezes. The handyboard is fine, but if we need to open up IC other than once, the gui freezes and we have to restart. We're using XP,...
sir, i have designed a robot i am almost at the verge of sucess ...i have used two 6v steper motors for its motion and it s controlled by an IR remote...
Hey, I saw something a while back about someone building their own color sensor. I can't remember who it was, or where I found it, but if I remember correctly...
Here's the code. Basically we're sending data from the computer to the handyboard in order to pass co-ordinates (sending 6 co-ordinate values, 1 character at a...
The IC console communicates with the Handyboard firmware using serial IO. Your program does not have any mechanism to determine when it is appropriate to start...
So I'm having a bit of a problem, I'm trying to set interrupts on the serial port but I need to take the asm files I've written and convert them to .icb files...
I'm still really confused, I tried downloading the files you said, and I don't really know how to use them. If you could give me some simple instructions to...