BASCOM-AVR : Xmega DMA : REPLY
Per Wiki.... Like most memory card formats, SD is covered by numerous patents and trademarks. Royalties for SD card licences are imposed for manufacture and sale of memory cards and host adapters...
View ArticleBASCOM-AVR : AVR CAN BUS : REPLY
Hi Yes CAN code is still very much same as sample code - just a lot extra other stuff extra. **** do you define the proper msglen after the config canmob ? **** I did specify the nr of bytes to send...
View ArticleBASCOM-AVR : Xmega DMA : REPLY
As I am studying this SPI and DMA possibility, first I am a novice when it comes to this(DMA) and I am looking for some pointers from the experts. Per the logic of DMA and the ability to off load many...
View ArticleBASCOM-AVR : AVR CAN BUS : REPLY
Msglen = 1 ^^ the msgobject must be initialized each time after it has been used.
View ArticleBASCOM Project Blog : Making A Meter with the 32 x 8 matrix display : REPLY
Thanks Paul, very nice basis to get started.
View ArticleBASCOM-AVR : AVR CAN BUS : REPLY
Hi I changed the config to : Config Canmob = 2 , Bitlen = 11 , Idtag = &H0121 , Msgobject = Disabled , Msglen = 2 ' this mob is used for sending data --- MSGLEN = 2 no change - only firs 2 are...
View ArticleBASCOM-AVR : Read text files from pen drive usb : REPLY
I apologize if I have not explained well ... From the Project Agreements should I use a pen drive as a support ... I want to test the example that we talked about:...
View ArticleBASCOM-AVR : AVR CAN BUS : REPLY
Hi I changed the msglen in the int routine to 2 , and then it works - but now what if I need to send 4 bytes and then one byte and so on ? Elseif Canstmob.6 = 1 Then 'transmission ready Config Canmob...
View ArticleBASCOM-AVR : RF TX/RX strange problem. : REPLY
[quote:f70d1d4172="john7"]Anyone? Any thoughts?[/quote:f70d1d4172] Frame/Stacks are missing, Disable/Enable the interrupt in its own ISR is nonsense and dangerous. The code is pretty unclean, try for...
View ArticleBASCOM-AVR : RF TX/RX strange problem. : REPLY
khm...i see...well i try to clean it up. thanks for a tip.
View ArticleBASCOM-AVR : Xmega DMA : REPLY
i think you could change the writesector and readsector routines in the driver. these transfer blocks of 512 bytes and this will give to most gain in speed.
View ArticleBASCOM-AVR : AVR CAN BUS : REPLY
from the help : We must use CONFIG CANMOB so the MOB can be used again. new send/receive is a new usage. This means that before you send or receive data, you must use CONFIG CANMOB. It is an object...
View ArticleBASCOM-AVR Old versions : How to use the FM24C64_256 lib : REPLY
you are welcome. the help should have contained more info.
View ArticleBASCOM-AVR : AVR CAN BUS : REPLY
Hi Thanks for the reply. Yes I understand the workings of Can - not 100 % but getting there . I do not have a problem to do a " manual " configure of the mob , it just looked to me from the help file...
View ArticleBASCOM-AVR : AVR CAN BUS : REPLY
- I am no CAN expert either, i did read the PDF over and over till i understood how atmel uses it. but before that i only knew that it was invented by Bosch and used in cars. CAN support was planned...
View ArticleAVR-DOS : Update Program from Card : REPLY
Hi Have not tested any code but just want to confirm thet it will also work in CAN128 cpu ? Next cool plan will be to get the cpu to link via GPRS and receive a new ver of code - save it to the sd...
View ArticleVarious : UHF modules : REPLY
hi Jure, they look OK to me. I can use them. I hope you will post some info (where to buy) and of course some bascom code.
View ArticleVarious : UHF modules : REPLY
the code is at his blog http://svet-el.si/english/downloads/RXTX_adapter1_UK1.bas
View Article