BASCOM-AVR : error detection and correction in bascom avr : REPLY
I think CRC is enough. If a man's life or billion dollars is not in danger, then I would not use any further checking.
View ArticleBASCOM-AVR : Which programmer to choose? : REPLY
Hi, Tony [quote:2b588c80e9]ideal for me would be: I connect the programmer to the ISP connector and computer, launch command or application that takes my file.hex and updates the microprocessor....
View ArticleBASCOM-AVR : Problem with lcd and ATMEGA2560 : REPLY
Hi, "did you connect WR of LCD to ground?" - albertsm That was the problem. At the beginning of the R / W steered the uP. When connected R / W to ground, display is working properly. Thank you for...
View ArticleBASCOM-AVR : Which programmer to choose? : REPLY
I suppose AVRISPmkII is the most universal. But to run it you need Studio. It can also be run from a command line: avrdude. There is now...
View ArticleBASCOM-AVR : Problem with lcd and ATMEGA2560 : REPLY
[quote:ed2120c78a="marekms1"]Hi. The layout is correct, lcd too.... [/quote:ed2120c78a] So the layout wasn't correct. That's why it's so difficult to help people over here, they give to little...
View ArticleBASCOM-AVR : Problem with lcd and ATMEGA2560 : REPLY
yes it is hard some times, but at least the user was so decent to confirm the result.
View ArticleBASCOM-AVR : PDF Update : NEWTOPIC
A user informed me that atmel changed the file location for some PDF's. It seems they are slowly changing to more meaningful filenames. I attached updated dat files. There are some new ones too. If...
View ArticleBASCOM-AVR : new problem with I2C : NEWTOPIC
Hello Everybody, Since I have develop a remote with the SX8644 Semtech ship, semtech don't want to sold this ship under 3000 pcs order, for me is too big, and then I must found another ship. I have to...
View ArticleBASCOM-AVR : ATXMega384 Support / Support for C-series XMegas? : NEWTOPIC
Hello I just set up a PCB with a XMega384C3. I soldered everything and now wanted to start programming .... presuming Bascom would support all current XMegas. What a pitfall. No 384 support, neither...
View ArticleBASCOM-AVR : new problem with I2C : REPLY
Hi, Maybe try a simple i2c scanner first just to see exactly what address the chip is responding to, if any. Something like:- [code:1:02516dce7f]For Temp_byte = 0 To 254 Step 2 'Scan every even...
View ArticleBASCOM-AVR : new problem with I2C : REPLY
Thanks for this reply ... I will try this ... regards For more information about my code: [code:1:805b693b93] '$sim $regfile = "m88pdef.dat" $crystal = 4000000 $hwstack = 35 $swstack = 40 $framesize =...
View ArticleBASCOM-AVR : new problem with I2C : REPLY
Hi, Ok I have scann with your programm, and then the result is &H80, then it's good for the slave adress. Thanks But it's not working .... :-( Regards Vincent
View ArticleBASCOM-AVR : ATXMega384 Support / Support for C-series XMegas? : REPLY
The C3 is very different. I have no idea why all these chips are made different. But on another topic i posted an update of the dat files because atmel changed the file location of some files. And...
View ArticleBASCOM-AVR : ATXMega384 Support / Support for C-series XMegas? : REPLY
Thanks !!! That made my day!!!! Have a nice weekend Peter
View ArticleBASCOM-AVR : new problem with I2C : REPLY
Hello Vincent Found this it might help http://ichulu.com/product/sx8644i05awltrt.html Regards Paul
View ArticleBASCOM-AVR : new problem with I2C : REPLY
I don't get it, You say the the datasheet sheet shows default address [b:c3d76c8a85]&H40[/b:c3d76c8a85]. When starting communication you use [b:c3d76c8a85]&H80[/b:c3d76c8a85]. Scanner shows...
View Article