Search found 6 matches

by Username:
Wed Mar 17, 2021 9:03 pm
Forum: IDE's
Topic: Arduino IDE 2.0
Replies: 18
Views: 12455

Re: Arduino IDE 2.0

Would you mind to post the launch.json config?
by Username:
Fri Mar 13, 2020 5:05 pm
Forum: General discussion
Topic: Documentation on low-level peripherals programming
Replies: 6
Views: 4921

Re: Documentation on low-level peripherals programming

Thanks to both for the previous comments. I guess I got a little bit closer. About 30 years ago I successfully introduced the ARM-Archimedes in my Lab... recognizing it was much faster than the 6502's, 68000's or so. Now I restarted to upgrade an ATXMega project with the STM32's... It became a total...
by Username:
Thu Mar 12, 2020 2:34 pm
Forum: General discussion
Topic: Documentation on low-level peripherals programming
Replies: 6
Views: 4921

Re: Documentation on low-level peripherals programming

Sorry, don't understand.
I am asking because I want to make additions to the code.
It's impossible to guess :oops: for other statements concerning peripherals.
There should be some manual where those commands are summarized.
But where is that manual?
by Username:
Wed Mar 11, 2020 10:19 pm
Forum: General discussion
Topic: Documentation on low-level peripherals programming
Replies: 6
Views: 4921

Documentation on low-level peripherals programming

In an oscilloscope code I see directives like

Code: Select all

adc_set_sample_rate(ADC1, ADC_SMPR_1_5)
dma_setup_transfer(DMA1, DMA_CH1, &ADC1->regs->DR, DMA_SIZE_32BITS,...
Where are those documented?
by Username:
Sat Mar 07, 2020 8:36 pm
Forum: General discussion
Topic: [Solved]Uploading via JLINK fails
Replies: 2
Views: 2525

Re: Uploading via JLINK fails

yeah,
thanks a lot. Working now.
by Username:
Thu Mar 05, 2020 2:24 pm
Forum: General discussion
Topic: [Solved]Uploading via JLINK fails
Replies: 2
Views: 2525

[Solved]Uploading via JLINK fails

I have a J-Link EDU adapter connected to a Blue Pill. When uploading I receive this error: C:\Program Files (x86)\Arduino\hardware\Arduino_STM32-master\tools\win>JLink.exe -device STM32F103C8 -if SWD -speed auto -CommanderScript o:\TEMPOR~1\arduino_build_292179\Blink_pill.ino.bin.jlink Der Befehl &q...

Go to advanced search