Search found 6 matches
- Wed Mar 17, 2021 9:03 pm
- Forum: IDE's
- Topic: Arduino IDE 2.0
- Replies: 18
- Views: 20464
Re: Arduino IDE 2.0
Would you mind to post the launch.json config?
- Fri Mar 13, 2020 5:05 pm
- Forum: General discussion
- Topic: Documentation on low-level peripherals programming
- Replies: 6
- Views: 6765
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 ...
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 ...
- Thu Mar 12, 2020 2:34 pm
- Forum: General discussion
- Topic: Documentation on low-level peripherals programming
- Replies: 6
- Views: 6765
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
for other statements concerning peripherals.
There should be some manual where those commands are summarized.
But where is that manual?
I am asking because I want to make additions to the code.
It's impossible to guess

There should be some manual where those commands are summarized.
But where is that manual?
- Wed Mar 11, 2020 10:19 pm
- Forum: General discussion
- Topic: Documentation on low-level peripherals programming
- Replies: 6
- Views: 6765
Documentation on low-level peripherals programming
In an oscilloscope code I see directives like
Where are those documented?
Code: Select all
adc_set_sample_rate(ADC1, ADC_SMPR_1_5)
dma_setup_transfer(DMA1, DMA_CH1, &ADC1->regs->DR, DMA_SIZE_32BITS,...
- Sat Mar 07, 2020 8:36 pm
- Forum: General discussion
- Topic: [Solved]Uploading via JLINK fails
- Replies: 2
- Views: 3534
Re: Uploading via JLINK fails
yeah,
thanks a lot. Working now.
thanks a lot. Working now.
- Thu Mar 05, 2020 2:24 pm
- Forum: General discussion
- Topic: [Solved]Uploading via JLINK fails
- Replies: 2
- Views: 3534
[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 ...
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 ...