Search found 68 matches

by Phono
Wed Jun 10, 2020 7:50 am
Forum: Libraries & Hardware
Topic: Hardware CAN library
Replies: 7
Views: 8049

Re: Hardware CAN library

Sorry, I did not put it on git.
by Phono
Sat Jun 06, 2020 5:36 pm
Forum: Libraries & Hardware
Topic: Hardware CAN library
Replies: 7
Views: 8049

Re: Hardware CAN library

@fpiSTM:
I have attached the zipped library, which includes a readme.txt that summarizes the most important things to know to use it.
You may distribute it to anybody interested.
So far I did not have any problem with it.
Please let me know if the readme file needs further clarifiation or details.
by Phono
Sat May 09, 2020 7:12 am
Forum: Libraries & Hardware
Topic: STM32Duino core does not do well with Maple bootloader
Replies: 23
Views: 14568

Re: STM32Duino core does not do well with Maple bootloader

You are right, this is a good board especially for the applications where the CAN bus is needed.
by Phono
Fri May 08, 2020 8:56 pm
Forum: Libraries & Hardware
Topic: STM32Duino core does not do well with Maple bootloader
Replies: 23
Views: 14568

Re: STM32Duino core does not do well with Maple bootloader

You are right, my board has the discovery pin. And this one is not automatically handled by the core.
by Phono
Fri May 08, 2020 4:40 pm
Forum: Libraries & Hardware
Topic: STM32Duino core does not do well with Maple bootloader
Replies: 23
Views: 14568

Re: STM32Duino core does not do well with Maple bootloader

The fact is that this toggling was done in Roger's core, and is no more done in the STM32Duino core. So I must add the few lines above before initializing the Serial port.
by Phono
Fri May 08, 2020 7:25 am
Forum: Libraries & Hardware
Topic: STM32Duino core does not do well with Maple bootloader
Replies: 23
Views: 14568

Re: STM32Duino core does not do well with Maple bootloader

At the time of flashing the code, the log says: maple_loader v0.1 Resetting to bootloader via DTR pulse Reset via USB Serial Failed! Did you select the right serial port? Searching for DFU device [1EAF:0003]... Assuming the board is in perpetual bootloader mode and continuing to attempt dfu programm...
by Phono
Thu May 07, 2020 6:37 pm
Forum: Libraries & Hardware
Topic: STM32Duino core does not do well with Maple bootloader
Replies: 23
Views: 14568

Re: STM32Duino core does not do well with Maple bootloader

The discussion you mention with your link relates to the bootloader 2.0.
I this relates to the bootloader code stored in flash, It is not my case since the boards are delivered since the beginning with the original maple bootloader.
Which new version did you mention? When will it be available?
by Phono
Thu May 07, 2020 1:52 pm
Forum: Libraries & Hardware
Topic: STM32Duino core does not do well with Maple bootloader
Replies: 23
Views: 14568

STM32Duino core does not do well with Maple bootloader

I am porting several sketches from Roger's core to Arduino IDE + STM32Duino core. I am using an Olimexino STM32 board, which includes a physical USB interface directly to the USB pins of the STM32F103RBT6, and the original Maple bootloader. I compile using the option "USB CDC generic serial&quo...
by Phono
Thu May 07, 2020 1:22 pm
Forum: IDE's
Topic: Arduino IDE fails to collect function headers
Replies: 4
Views: 3515

Re: Arduino IDE fails to collect function headers

I eventually found what was wrong. A statement did end with a ":" instead of a ";". This fooled the IDE mechanism, but instead of flagging the mistake, it behaved badly. After changing this character to a ";", the IDE worked well again. It is always difficult to find a ...
by Phono
Thu May 07, 2020 9:14 am
Forum: IDE's
Topic: Arduino IDE fails to collect function headers
Replies: 4
Views: 3515

Arduino IDE fails to collect function headers

It has been several times I experience this issue, over several years. I am using the Arduino IDE 1.8.12 with the STM32Duino package installed. I have a large sketch (2285 lines after merging). There are 11 different identifiers that switch blocks of code using many nested #ifdef...#else...#endif st...

Go to advanced search