BASCOM-AVR : 2078 : REPLY
Hello Mark and Team, Thank you. I always enjoying with BASCOM-AVR and more looking for the BASCOM-ARM . I downloaded new version and tested the multi dimensional array function. I tried, $regfile =...
View ArticleBASCOM-AVR : 2078 : REPLY
Hi Kim, I've had a look at your problem (I really Need multi dimensional arrays for a Project I'm working on) and it looks if the problem is with the print function. If I modify your code so that the...
View ArticleBASCOM-AVR : 2078 : REPLY
Hi Dobson, Thank you for your reply. I checked your code. You are right ! Multi dimentional Arrays work very well. This is good news for me. I too really need this fuctions like you. Thanks again...
View ArticleBASCOM-AVR : 2078 : REPLY
Hello inkni & i.dobson What would be good is when you make use of the multi dimensional array you could make some examples so others like myself can see how to use them. Regards Paul
View ArticleBASCOM-AVR : Dim R1 as Single = Error : REPLY
in version 2.0.7.1 I tested your code and it works no problem !!!!!!
View ArticleKokkeKat FAT-free SD card lib : Sdcreatefileordir problems.. : REPLY
Hi Svein, My first guess is that it's Window's file system caching that's causing problems for you. After you have formatted the card, shut down the PC, take out the card, boot the PC, run your AVR...
View ArticleBASCOM-AVR : ESP8266 WIFI to serial board gets NTP time : NEWTOPIC
Hello friends, Here a first try with my newest little toy. this thing is so simple, even I can write some code for it to get it going :D There is no code for when something goes wrong in the...
View ArticleBASCOM-AVR : redefining interupt service routines : NEWTOPIC
Hi, I can't figure out how to do the following: I have a few (typically 10) [b:da7c7bedb8]very[/b:da7c7bedb8] time critical interrupt service routines. For example let's have these two: isr_200ns and...
View ArticleBASCOM-AVR : redefining interupt service routines : REPLY
[quote:3e931182ae="marckyh"]Why shouldn't it be possible to change isr's during runtime?[/quote:3e931182ae] Because the interrupt vector address is calculated by the compiler an written into the...
View ArticleBASCOM-AVR : redefining interupt service routines : REPLY
marckyh, This can be made easy with a little ASM code, then you must use NOSAVE option on interrupt, and you must save the registers you will use; then you must verify the value of the variable and...
View ArticleBASCOM-ARDUINO : ILI9327 on Arduino Mega : REPLY
hi, Ben, Thanks for this code, and happy New Year too ! Paulo
View ArticleBASCOM-AVR : redefining interupt service routines : REPLY
Assuming you do not use the NOSAVE option when defining the IRQ, you already waste around 100 clock cycles while Bascom saves most of the registers, does your ( admittedly simple ) code, and then...
View ArticleBASCOM-ARDUINO : ILI9327 on Arduino Mega : REPLY
Well done Ben ! and Happy new year. as you say : have fun ! Bon courage JP :wink:
View ArticleBASCOM-ARDUINO : ILI9327 on Arduino Mega : REPLY
Working on the touchscreen. Works with Arduino-software but should work with Bascom. Xtp2046, so a known touchscreen chip. Have fun Ben Zijlstra
View ArticleBASCOM-AVR : redefining interupt service routines : REPLY
Thank you Adrian and the rest! This gave me enough inspiration to implement what I want. Of course it was a little more complicated than I sketched but it seems it is going to workout. Used quite some...
View ArticleBASCOM-AVR : Encoder : NEWTOPIC
Greetings to all! I ask to explain what the problem is? Here is my code: [code:1:427925480f] $regfile = "m8535.dat" Config Portd.2 = Input Config Portd.3 = Input Config Portd.5 = Output Config Portd.6...
View ArticleBASCOM-AVR : WRITE VARIABLE TO FLASH MEMORY OF MICROCONTROLLER : NEWTOPIC
Hi I want to save a variable to a predefined address of flash memory of microcontroller. who can i do it? thanks [b:85289a4016][color=red:85289a4016](BASCOM-AVR version : 2.0.7.8...
View ArticleBASCOM-AVR : WRITE VARIABLE TO FLASH MEMORY OF MICROCONTROLLER : REPLY
The short answer, is no, you cannot write to flash memory from within a running progam in an AVR processor. But why not use the eeprom ? That is provided to store 'variables' which will be used after...
View ArticleBASCOM-ARDUINO : ILI9327 on Arduino Mega : REPLY
Oke. From my earlier project, the Word Clock, I got the routines for the XTP2046 touchscreen. Have to thank Heiko / Hkipnik and SIX1 for there work, from the variable...
View ArticleShare your working BASCOM-AVR code here : Tektronix 4010(4014) graphic...
The above was corresponds to 4010 (4014) of monochrome display. "Tera Term" also corresponds to 410x of color display. Therefore, I added the "Tekcolor" command for specifying the drawing color....
View Article