Quantcast
Channel: MCS Electronics Forum
Browsing all 20606 articles
Browse latest View live
↧

AVR-DOS : compiler error in Config_MMCSD_HC.BAS : REPLY

yes a double constant will not work. you can best send your project (zipped) to support. you did not derived one of the libs to a new one right?

View Article


BASCOM-AVR : RS232 Communication : NEWTOPIC

I am working on getting data out of a EMS Stinger 4 ECU. Here is a quick explanation. EMS Stinger 4 ECU -> (RS232 to TTL) -> Siphec ATm2561-TB1.2 -> (TTL to TTL) -> EZLCD Touchscreen So...

View Article


BASCOM-AVR : 2077 : NEWTOPIC

We released 2077 version. Because we can not give the usual support the next 2 weeks you need to treat it like a beta. For this reason the only way to get it is by downloading the lic file from the...

View Article

BASCOM Project Blog : EnOcean wireless temprature logger / transmitter :...

Hi, sometimes ago I've realised a small project with Bascom. It's an 4 channel temperature logger with wireless datatransmittion via EnOcean protocols. I'm using the EnOcean TCM320 module for the...

View Article

BASCOM-AVR : Atmega-128AU : REPLY

Hello, I have next problem. I developed my first bigger Project on development board based on Atmega32....

View Article


BASCOM-AVR : Atmega-128AU : REPLY

So, If i remove interrupt the main loop working. I do not know why. [code:1:a616f4998e] $regfile = "m128def.dat" $hwstack = 128 $swstack = 256 $framesize = 128 $lib "glcdKS108.lbx" $lib "datetime.lbx"...

View Article

BASCOM-AVR : Atmega-128AU : REPLY

I forgot I2C config. I added the code below. If I turn on my circuit, I get long tone ( maybe 1 minute) and then the word HELLO flashing. [code:1:69fb592d0a] Config Scl = Portd.0 Config Sda = Portd.1...

View Article

BASCOM-AVR : HELP: Bootloader problem with ATMEGA64 : REPLY

Mark said: [quote:760f6b417a]Do not forget : program the bootloader once with an ISP programmer. Then remove the ISP programmer ! Then change the programmer from ISP to MCS bootloader !...

View Article


BASCOM-AVR : Find out if bootloader is present in flash : REPLY

I cannot see why this should be difficult. We are both using the 1284p. The boot loader is 4096 words and starts at $F000 according tot the bootloader data. I assume that one just need to look a a few...

View Article


BASCOM-AVR : HELP: Bootloader problem with ATMEGA64 : REPLY

Hi, I think that when you program with the ISP the complete Flash is erased, but you can load the bootloader, upload your application using the bootloader then in the ISP copy the fash Memory into a...

View Article

BASCOM-AVR : Find out if bootloader is present in flash : REPLY

Hi, I think it's address x2 as the Flash is written in words (2 Bytes) and peek/cpeek expects a Byte address. I would try reading several Bytes from the bootloader area in a Loop and if they're all...

View Article

BASCOM-AVR : hi : NEWTOPIC

hi everybody. i have problem. i need a wave player project .i made it with AVRDOS library and mega64 but its not comerical.because we need more sram space .is there friend who hel me :roll:[b][/b]...

View Article

BASCOM-AVR : problem with sram waveplayer : NEWTOPIC

hi everybody. i have problem. i need a wave player project .i made it with AVRDOS library and mega64 but its not comerical.because we need more sram space .is there friend who hel me...

View Article


BASCOM-AVR : urxc problem : NEWTOPIC

hi i am sorry for my bad english i have a problem in urxc interrupt please see this code [code:1:49d62959a5] $regfile = "m16def.dat" $crystal = 12000000 $baud = 9600 Config Portb = Output Enable...

View Article

BASCOM-AVR : problem with sram waveplayer : REPLY

Hello maghsoud The M1284p has 16K of ram if that helps Regards Paul

View Article


BASCOM-AVR : urxc problem : REPLY

Hi, It's not a good idea to have a wait in the ISR. Just set a flag in the ISR and use the flag in you main code. Also try no disabling/enabling the Interrupt handler in the ISR. Regards Ian Dobson

View Article

BASCOM-AVR : urxc problem : REPLY

thank you but why in my code interrupt occurs? i think it maybe about noise in rx pin or bascom bugs can anyone test that code in bascom?

View Article


BASCOM-AVR : urxc problem : REPLY

Hi, Definatly noise on the RX pin. What Pins are the Serial port using? Maybe setting the whole of port b to output is causing the problems. I can't imagine it's a bug in bascom. Regards Ian Dobson

View Article

BASCOM-AVR : urxc problem : REPLY

i use hardware uart so d.0 in atmega16. for my bascom test if you or other users test my code in a avr micro can help me so much my testing environment noise level is ordinary and i even use 10k...

View Article

BASCOM-AVR : urxc problem : REPLY

Hi, Maybe add the open to actually open the Serial port. Maybe bascom only initalises the port when yu actually open it. Regards Ian Dobson

View Article
Browsing all 20606 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>