Moderators: adafruit_support_bill, adafruit
justamar wrote:a propeller programmer? i though they come preprogrammed :[ fadge.i guess i should have ordered the full kit and not just the boardhaha wait a second Can i not use the bootloader if i get the propeller from http://www.parallax.com/Store/Microcontrollers/PropellerChips/tabid/142/CategoryID/18/List/0/Level/a/ProductID/332/Default.aspx?SortField=ProductName,ProductName
ladyada wrote:attached is the 'new' propirc.spin (renamed to .txt) with mods to make it ybox2 'compatible'
this version still requires VGA and ps/2 connectors
but the ethernet stuff works just fine
would be ++ if someone could help port this to NTSC
ladyada wrote:attached is the 'new' propirc.spin (renamed to .txt) with mods to make it ybox2 'compatible'
enc_freq = 5_000_000enc_freq = 25_000_000Abysmal wrote:ladyada wrote:attached is the 'new' propirc.spin (renamed to .txt) with mods to make it ybox2 'compatible'
this version still requires VGA and ps/2 connectors
but the ethernet stuff works just fine
would be ++ if someone could help port this to NTSC
You mean to the TV Out code, and if so what size do you want the 40x30?
k.
harrison wrote:ladyada wrote:attached is the 'new' propirc.spin (renamed to .txt) with mods to make it ybox2 'compatible'
There was a typo in the contest version of propirc which broke the 25MHz freq generator. I didn't catch it until I tried to run the stack on the ybox2...
To fix it, open up driver_enc28j60.spin and change:
- Code: Select all
enc_freq = 5_000_000
to
- Code: Select all
enc_freq = 25_000_000
After fixing that you should be able to run the code with minimal changes (you don't have to disable the webserver or the software rtc).
ladyada wrote:harrison wrote:ladyada wrote:attached is the 'new' propirc.spin (renamed to .txt) with mods to make it ybox2 'compatible'
There was a typo in the contest version of propirc which broke the 25MHz freq generator. I didn't catch it until I tried to run the stack on the ybox2...
To fix it, open up driver_enc28j60.spin and change:
- Code: Select all
enc_freq = 5_000_000
to
- Code: Select all
enc_freq = 25_000_000
After fixing that you should be able to run the code with minimal changes (you don't have to disable the webserver or the software rtc).
oh ok. to be honest i didnt look in the enc driver and i assumed there were not enough cogs to generate a 25mhz clock (theres a crystal in the schematic posted)
will check it out soon!
Users browsing this forum: No registered users and 0 guests