BASCOM-AVR : Support for ST7032 LCD : REPLY
Thank you ! Also thanks for the video. Always good to see video's :D
View ArticleBASCOM-AVR : Read text files from pen drive usb : REPLY
Hi, I tried using the link AVRDUDESS http://www.engbedded.com/fusecalc but there is no selection of 16MHz?? :evil:
View ArticleBASCOM-AVR : Read text files from pen drive usb : REPLY
According to the Atmel datasheet for AtMega644P, you should use CKSEL = 0111 for external crystal in full swing mode. There is no specific setting for 16 MHz, but that should work from 8-20MHz at Vcc...
View ArticleBASCOM-AVR : Read text files from pen drive usb : REPLY
great! I tried with "FULL SWING OSCILLATOR; START-UP TIME 16KCK+0ms; CRYSTAL OSC: BOD ENABLE; CKSEL = 0111 SUT = 01" and AVRDUDESS works! a couple of questions ... - Why, if I want to program directly...
View ArticleBASCOM Project Blog : Making A Meter with the 32 x 8 matrix display : REPLY
Hello Mark I hope to make it more than just a start I will be putting one into a power supply, one of three. Of the other two one will have two 4 digit panel meters (I have already mounted them in the...
View ArticleBASCOM-AVR : Support for ST7032 LCD : REPLY
I have not looked into O-family's library yet, but here is a routine for the NHD-C0216CiZ-FSW-FBW-3V3 LCD, also based on the ST7032 controller. It is a modification of the code posted by...
View ArticleBASCOM-AVR : Managing a large project : REPLY
MAK3, what kind of IDE use (code explorer)?
View ArticleBASCOM-AVR : Managing a large project : REPLY
It's at the top of the image "Bascom Avr-ide 2.0.7.6" You can find it under View -> code explorer.
View ArticleBASCOM-AVR : Read text files from pen drive usb : REPLY
Help.... :D Because this command: Print # 1, "RD todo.txt" + Chr (13); I get the following error: Error: 42 Numeric parameter expected ["RD todo.txt] Error: Invalid data type 31 [0011] 0 [13)]]
View ArticleBASCOM-AVR : Managing a large project : REPLY
[quote:b1b920b84c="Madf"]Tried. I do not see this panel. :([/quote:b1b920b84c] Options --> Environment --> IDE --> Reset <
View ArticleAVR-DOS : Bootload over FTP : REPLY
Hi Neil I am also thinking in this direction , FTP file upload to sd after the sms kickstart and then to do the bootloader flash update. Thing is I have tried a bits of code but not a complete process...
View ArticleAVR-DOS : Bootload over FTP : REPLY
I would be pleased to help. I now have it working 100%. Get back to you tonight.( busy day ahead)
View ArticleBASCOM-AVR : Read text files from pen drive usb : REPLY
try change [b:335d836552]+[/b:335d836552] to [b:335d836552]; [/b:335d836552]
View ArticleAVR-DOS : One SD card - 2 cpu's : NEWTOPIC
Hi This might not be the correct topic but is has to do with SD cards. I want to share one SD card between 2 cpu s - one a m128 - other a 328 maybe . The plan is for the mega128 to use the card for...
View ArticleBASCOM-AVR : Read text files from pen drive usb : REPLY
[quote:36a00c2dae]Print # 1, "RD todo.txt" + Chr (13); [/quote:36a00c2dae] resolved by deleting the "" [quote:36a00c2dae]- I seem slow start the program ... is this normal?[/quote:36a00c2dae] I solved...
View ArticleBASCOM-AVR : Read text files from pen drive usb : REPLY
maybe this helps you info how to setup programmer and driver http://avrhelp.mcselec.com/index.html?elektor__avr_isp_mkii.htm http://avrhelp.mcselec.com/index.html?libusb.htm
View ArticleBASCOM-AVR : Read text files from pen drive usb : REPLY
- you should read the actual help you get. - you change the topic right in the thread to a new one ? This is not the 'help me with all my problems' topic. - you do not give good info, how you do you...
View Article