Search found 68 matches

by Phono
Wed Apr 08, 2020 3:22 pm
Forum: IDE's
Topic: Compilation? problem with Arduino 1.8.12 and Olimexino STM32 board
Replies: 6
Views: 6597

Re: Compilation? problem with Arduino 1.8.12 and Olimexino STM32 board

Thank you, I will try. However, I am not sure I will get the USB serial module functional. It should be included in the core of any sketch, and initialized prior to calling Loop, or maybe prior to calling Setup. The DTR virtual signal of the com port is used to actuate the DISC pin. Is this function...
by Phono
Wed Apr 08, 2020 2:03 pm
Forum: IDE's
Topic: Compilation? problem with Arduino 1.8.12 and Olimexino STM32 board
Replies: 6
Views: 6597

Re: Compilation? problem with Arduino 1.8.12 and Olimexino STM32 board

I went a bit further in my investigation. I had chosen for the chip "STM103xxx" and for the variant, "Maple mini". I overlooked the fact that the Maple Mini uses a smaller footprint chip, the STM103C, whereas the Olimexino board uses the STM103R. Thus the pin allocation was diffe...
by Phono
Wed Apr 08, 2020 9:24 am
Forum: IDE's
Topic: flash maple board using st-link and Arduino generated .bin file?
Replies: 2
Views: 2892

flash maple board using st-link and Arduino generated .bin file?

I am investigating my problem that I describe in my previous topic here about compilation on Olimex (maple) board. For so, I have connected a st-link to my board, and I would like to directly flash the board with the .bin file last generated by the compilation in Arduino. I did a try, but in my firs...
by Phono
Tue Apr 07, 2020 9:17 pm
Forum: IDE's
Topic: Compilation? problem with Arduino 1.8.12 and Olimexino STM32 board
Replies: 6
Views: 6597

Compilation? problem with Arduino 1.8.12 and Olimexino STM32 board

Hi all, I have developped a set of applications for the Olimexino STM32 board (a clone of Maple) back in 2014, first using the Maple environment, then I moved to the Arduino 1.8.3 IDE with Roger's package that was constantly evolving through the years. I still use it now, my developments are stable ...
by Phono
Tue Apr 07, 2020 5:02 pm
Forum: IDE's
Topic: Variable types in Arduino IDE
Replies: 7
Views: 7372

Re: Variable types in Arduino IDE

Thanks, it worked.
by Phono
Mon Apr 06, 2020 4:41 pm
Forum: Libraries & Hardware
Topic: Serial allocation
Replies: 1
Views: 12656

Serial allocation

Hi, I am looking for the definition of the serial channels for the maple-style boards. I use Arduino IDE 1.8.12 and the latest core from githup. Apparently, the identifier Serial represents the USB serial port. What is then the name of the physical ports? I tried Serial2, but this produces an "...
by Phono
Sun Apr 05, 2020 1:27 pm
Forum: Libraries & Hardware
Topic: Hardware CAN library
Replies: 7
Views: 8259

Hardware CAN library

Hi all,
so far it does not seem this library is available. I did some work in the Libmaple time and achieved a HardwareCAN library to add to the previous core from Roger.
I am in the process of moving towards this new core but I did not succeed in porting my library into it. Any hint?
by Phono
Sat Apr 04, 2020 10:20 am
Forum: IDE's
Topic: Variable types in Arduino IDE
Replies: 7
Views: 7372

Re: Variable types in Arduino IDE

Thank you, this problem is solved. However, I have yet another problem. In my sketch I massively used the __FLASH__ attribute to store string constants in flash and spare the RAM. This attribute is not accepted by the compiler any more. What is the new syntax for this?
by Phono
Fri Apr 03, 2020 9:40 pm
Forum: IDE's
Topic: Variable types in Arduino IDE
Replies: 7
Views: 7372

Variable types in Arduino IDE

After years of use of the arduino IDE + Roger's core that kept evolving, I had a rather poor development environment that I would be unable to rebuild in case of a crash, due to the number of fixes and tweaks that were accumulated over time. I have decided to build a new environment on a fresh machi...
by Phono
Fri Apr 03, 2020 9:22 pm
Forum: Maple & Maple mini etc
Topic: Olimexino STM32 board bricked!
Replies: 8
Views: 14623

Re: Olimexino STM32 board bricked!

I ended up into taking my scope to see the signals on the USB data lines. One of them stays at level zero permanently, whereas I see traffic on the other one. It seems really that the USB hardware is faulty. Too bad.

Go to advanced search