Search found 9 matches

by C_hater
Thu Oct 22, 2020 9:58 am
Forum: Software issues
Topic: ARMbasic problem to read/write DAC registers
Replies: 6
Views: 7447

Re: ARMbasic problem to read/write DAC registers

The direct ADC register readout in my example works now! I understand your first approach to handle the SAMD21 in a similar way like the other ARMs you use in your products. But comming from the "8-bit Atmel AVR world like me it was not foreseeable that all registers independent from their real leng...
by C_hater
Mon Oct 19, 2020 11:39 am
Forum: Software issues
Topic: ARMbasic problem to read/write DAC registers
Replies: 6
Views: 7447

Re: ARMbasic problem to read/write DAC registers

Bruce, I still have no chance to directly access in general the registers using my robodynM0. When doing so in combination with a print command he program and the IDE execution stuck and the port connected to my computer freezes. I obeyed your advice and used the correct register access depending on...
by C_hater
Tue Oct 13, 2020 2:58 pm
Forum: Software issues
Topic: ARMbasic problem to read/write DAC registers
Replies: 6
Views: 7447

Re: ARMbasic problem to read/write DAC registers

Addendum:
also tried to define Reg as a Byte Array ( ARM Basic allows only Byte values within an array ) thinking the root cause is using integer values to work on the registers. But still the problem occurs.
by C_hater
Tue Oct 13, 2020 2:39 pm
Forum: Software issues
Topic: ARMbasic problem to read/write DAC registers
Replies: 6
Views: 7447

ARMbasic problem to read/write DAC registers

Hi, during my evaluation of the SAMD21 (Board is similar to RobotDynM0) I wanted to test the on board D/A converter. As there is no direct statement in ARMBasic to access this peripheral ( May be something is planned by Coridium for an update) I tried the way via the registers. Simple first step by ...
by C_hater
Tue Sep 22, 2020 9:43 pm
Forum: Software issues
Topic: ARMbasic not running in a win32 enviorment
Replies: 4
Views: 6888

Re: ARMbasic not running in a win32 enviorment

Thanks basicchip.
Now also my old PC is proudly controlling an ARM chip!

regards
C_hater
by C_hater
Mon Sep 21, 2020 8:36 pm
Forum: Software issues
Topic: ARMbasic not running in a win32 enviorment
Replies: 4
Views: 6888

ARMbasic not running in a win32 enviorment

Hi Basicchip, Just tried to install Armbasic also on an older "Lab PC" running Windows10 32 bit. Installation worked properly but when starting the program I received the "blue box" message : "This App can not be executed on the PC. Apply to the the software developer to find a suitable version for ...
by C_hater
Thu Sep 03, 2020 7:44 am
Forum: Software issues
Topic: Pre-processor error
Replies: 9
Views: 10224

Re: Pre-processor error

Ok, installed your workaround update and it works!! Assume that you are not the only one to have issues with the latest Windows update ;-) So I can now start exploring the 32bit Controller world. regards C_hater P.S. Interesting: my AVAST Virus scanner has now totaly blocked your new setup file. ( T...
by C_hater
Wed Sep 02, 2020 5:30 pm
Forum: Software issues
Topic: Pre-processor error
Replies: 9
Views: 10224

Re: Pre-processor error

Hi basicchip, thanks for your engagement! I'm running Windows64. Blinky returns also with a pre-processor error( see new picture) at least this time with some more details. I opened Blinky.bas with Notepad. So Blinky.bas obviously (example dated from 2012) does not contain a definition of the Arduin...
by C_hater
Wed Sep 02, 2020 9:44 am
Forum: Software issues
Topic: Pre-processor error
Replies: 9
Views: 10224

Pre-processor error

Hi, i just have installed the Basic Tools IDE for working with Arduino Zero. I try to use it with a WeMos SAMD21 Arduino M0 clone ( no seperate debug USB port ). Bossa flashed the SAMD21G.bin correctly to the offset address 0x2000. Connection to PC is established properly via COM4 But: When testing ...