BASCOM-AVR : XMEGA SPI MASTER SLAVE : REPLY
Hi Mark, Your explanation make me understand this isue a bit better. I'have done a lot with SPI (SPI FRAM, IO extenders, RTC, touch senzors, etc), but in this case I realy nead help. Is the SPDR...
View ArticleBASCOM-AVR : Need Help MAX7456 : REPLY
How did you called the sub? When called it needs the number of characters to flash as parameter.
View ArticleBASCOM-AVR : Need Help MAX7456 : REPLY
[quote:48170b9cd9="Evert :-)"]How did you called the sub? When called it needs the number of characters to flash as parameter.[/quote:48170b9cd9] Writecustomcharacter 3 the first char was update. the...
View ArticleShare your working BASCOM-AVR code here : Using BMP085 I2C digital barometric...
Hi I bought a little Spark Fun BMP085 break-out board last year which I tested MAK3's code along with Kiedro's changes but I got mixed results (I am not sure why such a big variation in operation)....
View ArticleBASCOM-AVR : XMEGA SPI MASTER SLAVE : REPLY
Hi, guess, what was wrong :!: Setting MISO to OUTPUT is needed in case of SLAVE role!!! :oops: (I must have missed that somewhere in the Basic data transfer now works fine (and fast). But, I learned a...
View ArticleBASCOM-AVR : XMEGA SPI MASTER SLAVE : REPLY
it was in the slave sample : 'First configure the MISO pin Config Pinb.4 = Output ' MISO
View ArticleBASCOM-AVR : Programmer using an ASP USB programmer : NEWTOPIC
I bought a USASP AVR programmer from Protostack P/L and it installed nicely on Win 7. In Bascom under Options>Programmer I can select USBASP. Can I use this as is or do I have to involve more S/W?...
View ArticleBASCOM-AVR : XMEGA SPI MASTER SLAVE : REPLY
Yes, that's where I saw that.... :oops: BR Andrej
View ArticleBASCOM-AVR Old versions : Programmer using an ASP USB programmer : REPLY
see this [url=http://www.protostack.com/blog/2011/05/usbasp-driver-for-windows-7-and-windows-vista-x64/]info[/url]
View ArticleAVR-DOS : Update Program from Card : REPLY
I have purchased the AVR-DOS Professional license and I have written a custom AVR-DOS .lib/lbx to contain only READ functions. This was critical to me as I wanted to modify this bootloader and add...
View ArticleAVR-DOS : Update Program from Card : REPLY
Always better to answer your own questions.... :) Talking it through, etc.... Page 28 of the manual.....Ahhh it is a register and the register needs to be read...... I will make the minor adjustment....
View ArticleBASCOM-AVR : XMEGA SPI MASTER SLAVE : REPLY
Hi again! SPI between two Xmega32a4 work fine but, so far, I'm only able to read a single byte from slave at once. Is it possible to read more than one, or is the slave to slow, to fill SPIC_DATA...
View ArticleAVR-DOS : Update Program from Card : REPLY
Mark, Problem #1 Sounded simple enough but it is not working correctly in the Write_LockBits. The Nvm_lockbits is still the previous value BEFORE the write occurs even when the register is reread...
View ArticleBASCOM-AVR Old versions : Programmer using an ASP USB programmer : REPLY
Kim, I don't think you read my post correctly, what you directed me to view was the installation process. I had no trouble installing the unit under Win 7 with the drivers correctly. What I need to...
View ArticleBASCOM-AVR Old versions : Programmer using an ASP USB programmer : REPLY
Hi, I can't say why you'r programmer don't work I have same USBASP but i updated my usbasp with [url=http://www.fischl.de/usbasp/]other firmware[/url] and it works in bascom
View ArticleBASCOM-AVR Old versions : Programmer using an ASP USB programmer : REPLY
yes you must use USBASP. the only thing required is that libusb is installed. please read the help about libusb in bascom-avr help. just take care you do not use too high clock speed (125 khz is a...
View ArticleBASCOM-AVR : Need sensor idea : NEWTOPIC
Hello All! I need sensor idea: This sensor need for measurement of tilt angle of solid granite flat base used in high precision optical system making CNC. Measurement range: 6 degrees total +3 up from...
View ArticleAVR-DOS : Update Program from Card : REPLY
Ok, Mark has authorized the distribution of the .lbx. Here is the package, Visual Basic 6sp6 CRC16 app included. The output screen changed at v2.2 from the above post. Improved output. The debug code...
View Article