BASCOM-AVR : ATXmega 384C3 code size limit? : REPLY
it is simple to solve. - open mcs.lib - search for [_RAMPZ] - add this code before the matching [END] [code:1:ee95b96915]_RAMPZ5: push r16 ldi r16,5 ; 50000-5FFFF , 384 KB Rjmp _RampZ...
View ArticleBASCOM-AVR : XMega PWM Question : NEWTOPIC
Hello Forum, Using XMEGA192 and would like 2 PWM outputs on PORTD.4 and PORTD.5 The code below works for PWM-A but not for -B. Any suggestions? I have not been able to find the method in reading the...
View ArticleBASCOM-AVR : XMega PWM Question : REPLY
A simulation in AVR-Studio shows no irregularities, I'd suggest to check the hardware, i.e. toggle PD5.
View ArticleBASCOM-AVR : ATXmega 384C3 code size limit? : REPLY
Hi Mark, thats it... Fixed. The code can grow :D Many thanks for your kindly help. Best regards, Frank
View ArticleShare your working BASCOM-AVR code here : MAX31855 Thermocouple : REPLY
I lost a lot of hairs with the max6675 , Now it working well and I have used it in my msc owen. "EX4" let a program here...
View ArticleBASCOM-AVR : Atmega2560 : REPLY
Hello nil_orally, Thank you. Your example and explanation i think helps. I will integrate the two VDR to Earth in my pcb too and change the GSOT12C-GS08 that i use now to the SM712 device. Best...
View ArticleBASCOM-AVR : XMega PWM Question : REPLY
MWS, As usual, you were correct. Thanks for taking the time to help.
View ArticleBASCOM-ARDUINO : Arduino forum is living now ! : NEWTOPIC
Well, Bonjour everybody. Mark ask to me to be moderator of Arduino forum. My english is very poor but I will do my best I hope Ben Zijlstra will help me in this forum , he knows so well Bascom and...
View ArticleBASCOM-ARDUINO : correlation table AVR atmega 2560/328 / Arduino : NEWTOPIC
Here you will find a Excel table to translate the arduino name in AVR name JP :wink:
View ArticleBASCOM-ARDUINO : Arduino forum is living now ! : REPLY
Hi JP, Nice to see you will moderate this forum. If possible i will try to help of course. I don't use the Arduino that often and if i do then it's with the Arduino ide in C. Maybe i can help then...
View ArticleBASCOM-ARDUINO : correlation table AVR atmega 2560/328 / Arduino : REPLY
Hi JP, Save your excel file with the [b:7bc8573de5]xsl[/b:7bc8573de5] and not with[b:7bc8573de5] xslx[/b:7bc8573de5] extension, you need office 2007 or newer to open it. Not everybody has that...
View ArticleBASCOM-AVR : coupling 2 atmega via RS 232 or SPI ? : REPLY
Dear Ian, Dear Mark, many thanks for your advice. After looking at the pors and cons I think that I will go with the I²c interface. The interface consumes 2 pis only and is pretty fast. So far I have...
View ArticleBASCOM-AVR : coupling 2 atmega via RS 232 or SPI ? : REPLY
Hi, You need the i2c slave lib (which is a separate product). Simple put when something happens on the i2c bus the lib calls the defined routine (that you write) to handle the action. For example:-...
View ArticleBASCOM-ARDUINO : Programm Arduino with Bascom - step by step solution : NEWTOPIC
I am using an Arduino Uno R3 and want to programm the Arduino with Bascom. I read and tried the hints in the forum, but nothing will work for me. Finaly i used the...
View ArticleBASCOM-ARDUINO : Arduino M2560-AVR port pin out : NEWTOPIC
Hello all Great to see this new section Jean-Pierre I have attached a pin out map for the Arduino M2560 that I found that is very usefull as it shows the AVR port numbers I have to zip it as I can not...
View ArticleBASCOM-AVR : double < 0 : REPLY
http://wiki.mcselec.com/bavr/Language_Fundamentals/#Floating-Point_Complications - and?
View ArticleBASCOM-AVR : single/10000=? : NEWTOPIC
$regfile = "xm256A3def.dat" $crystal = 32000000 $hwstack = 500 $swstack = 500 $framesize = 500 $frameprotect = 1 Config Submode = New Declare Sub Xxx() Do Call Xxx() Loop Sub Xxx() Local...
View ArticleBASCOM-AVR : single/10000=? : REPLY
that was the link to FP complications. A FP number has a huge range but it can not contain any possible value. Use double to increase accuracy. To show the value with a number of digits after the DP,...
View ArticleBASCOM-ARDUINO : Programm Arduino with Bascom - step by step solution : REPLY
I assume you did not change the bootloader? So the board still works with the arduino software? And you will see the COM port in windows device manager? It should be possible to program with bascom...
View ArticleBASCOM-ARDUINO : correlation table AVR atmega 2560/328 / Arduino : REPLY
Hello, Yes, I can send you in format XLS, but you can also use the Microsoft compatibility Pack : [url]http://www.microsoft.com/en-US/download/details.aspx?id=3[/url] please try it, if you can't open...
View Article