Forum - MCS Electronics

 

FAQFAQ SearchSearch RegisterRegister Log inLog in

Search found 43 matches
www.mcselec.com Forum Index
Author Message
  Topic: Error : 222 after update 2.0.8.3 to actual 2.0.8.5
Duesentrieb72

Replies: 6
Views: 2835

PostForum: BASCOM-AVR   Posted: Wed Jul 26, 2023 9:49 am   Subject: Error : 222 after update 2.0.8.3 to actual 2.0.8.5
That's why it is requested to post condensed code, which shows the error. This is your work.
This project consists of 14 files that all work together. So it's not so easy to reduce the code to post, ...
  Topic: Error : 222 after update 2.0.8.3 to actual 2.0.8.5
Duesentrieb72

Replies: 6
Views: 2835

PostForum: BASCOM-AVR   Posted: Wed Jul 26, 2023 6:53 am   Subject: Error : 222 after update 2.0.8.3 to actual 2.0.8.5
@ Evert
Example code is in my opinion not possible in this case, because its a long and complex code (compiled 146kB)

@Mark
>> -try to compile the mcs.lib
How can I do this?

>> - ...
  Topic: Error : 222 after update 2.0.8.3 to actual 2.0.8.5
Duesentrieb72

Replies: 6
Views: 2835

PostForum: BASCOM-AVR   Posted: Tue Jul 25, 2023 3:47 pm   Subject: Error : 222 after update 2.0.8.3 to actual 2.0.8.5
I have strange issue after update BASCOM AVR from 2.0.8.3 to actual 2.0.8.5

Now I get Error messages:

Error : 222 Line : 8515 Illegal character ] , in File : N:\Bascom\(Filename removed).b ...
  Topic: Strange Issue 2.0.8.5 Xmega384C3 Int DMA_CH0
Duesentrieb72

Replies: 2
Views: 357

PostForum: BASCOM-AVR   Posted: Mon Jan 31, 2022 8:30 am   Subject: Strange Issue 2.0.8.5 Xmega384C3 Int DMA_CH0
Okay, I found something...
I changed after update the DAT-File to old version and used this with new Bascom version.
With this combination I get the error.
I got a hint, that the new DAT-File is d ...
  Topic: Strange Issue 2.0.8.5 Xmega384C3 Int DMA_CH0
Duesentrieb72

Replies: 2
Views: 357

PostForum: BASCOM-AVR   Posted: Sun Jan 30, 2022 2:00 pm   Subject: Strange Issue 2.0.8.5 Xmega384C3 Int DMA_CH0
Hello there,

If I compile this line with Bascom Version 2.0.7.8 it will compile with no error:

On Dma_ch0 Irq_dma_ch0 ' DMA Ch0 ISR

If ...
  Topic: XMega PDI programmers?
Duesentrieb72

Replies: 19
Views: 7812

PostForum: AVR   Posted: Mon Feb 03, 2020 7:47 am   Subject: XMega PDI programmers?
Sorry guys,
I was too fast looking on the Waveshares web side.
Looking on my device is this one:
https://www.waveshare.com/usb-avrisp-xpii.htm
This works really with Bascom and pull-up of 4k7
  Topic: XMega PDI programmers?
Duesentrieb72

Replies: 19
Views: 7812

PostForum: AVR   Posted: Sun Feb 02, 2020 6:39 pm   Subject: XMega PDI programmers?
Have a look at Waveshare...
https://www.waveshare.com/usb-avrisp.htm
Works like the original one.
  Topic: Filedatetime to Array
Duesentrieb72

Replies: 4
Views: 301

PostForum: BASCOM-AVR   Posted: Thu Jul 06, 2017 2:39 pm   Subject: Filedatetime to Array
Hi Mark,

I forgot that, "wdr" is assembler d'oh!

"wdr" was faster than "Reset Watchdog"...

Thanks a lot.

Best regards,
Duesentrieb72
  Topic: Filedatetime to Array
Duesentrieb72

Replies: 4
Views: 301

PostForum: BASCOM-AVR   Posted: Thu Jul 06, 2017 2:25 pm   Subject: Filedatetime to Array
Hi Mark,

thanks a lot for you fast reply.

Works fine.

By the way, why


wdr


to reset watchdog is eliminated in 2.0.8.0?

Thanks,
Duesentrieb72
  Topic: Filedatetime to Array
Duesentrieb72

Replies: 4
Views: 301

PostForum: BASCOM-AVR   Posted: Thu Jul 06, 2017 1:35 pm   Subject: Filedatetime to Array
Hello,

in Bascom AVR version 2.0.7.8 this works proper:


Dim Sd_textfile_timedate(6) As Byte

Sd_textfile_timedate = Filedatetime(sd_file_name)


According to Help:
Sy ...
  Topic: AVR Dos File Time/Date
Duesentrieb72

Replies: 6
Views: 382

PostForum: BASCOM-AVR   Posted: Fri May 27, 2016 12:04 pm   Subject: AVR Dos File Time/Date
" Is there any way to transfer a ( log ) file via " SOFTWARE USB" to a PC - maybe with a app on pc side ? I do not want to take the sd card out and use a card reader - I use a MEGA128 "

for this h ...
  Topic: Waveplayer stereo
Duesentrieb72

Replies: 10
Views: 1099

PostForum: BASCOM-AVR   Posted: Wed May 11, 2016 7:45 am   Subject: Waveplayer stereo
"config_MMCSD_HC.inc" as card driver works also with ATXMEGA ???

Yes, it works with ATXmega also.

Here the part of its SPI configuration

' --------- Start of Section for HW-SPI -------------- ...
  Topic: UART Configuration depending on HW Revision
Duesentrieb72

Replies: 1
Views: 256

PostForum: BASCOM-AVR   Posted: Fri Sep 04, 2015 9:17 am   Subject: UART Configuration depending on HW Revision
Hi,

I need to change the UART configuration depending on Hardware Revision on my device.
I have one HW-UART and one SW-UART I need to swap depending on revision of my hardware

I tried this:

...
  Topic: DMA on ATXmega384C3 at 2.0.7.8.001
Duesentrieb72

Replies: 5
Views: 696

PostForum: BASCOM-AVR   Posted: Mon Mar 02, 2015 10:15 am   Subject: DMA on ATXmega384C3 at 2.0.7.8.001
>In your sample i see that EIL=Lo but also OFF
Yes, I tried a lot and I left this. I changed to "Lo" and it runs too.

Now, there comes a miracle...
I even changed just for fun back to complete ...
  Topic: DMA on ATXmega384C3 at 2.0.7.8.001
Duesentrieb72

Replies: 5
Views: 696

PostForum: BASCOM-AVR   Posted: Fri Feb 27, 2015 4:50 pm   Subject: DMA on ATXmega384C3 at 2.0.7.8.001
Hi Mark

Configuration für Bascom Compiler 2.0.7.7
Config Dmach0 = Enabled , Burstlen = 1 , Chanrpt = Disabled , Tci = Hi , Eil = Lo , Singleshot = Enabled , _
Sar = Burst , Sam = Fixed , Dar = Tr ...
 
Page 1 of 3 Goto page 1, 2, 3  Next
All times are GMT + 1 Hour
Jump to: