Search found 152 matches

by Chudik
Sun Oct 27, 2019 3:40 pm
Forum: User Projects
Topic: STM32 CubeMX to ChibiOS board file generator
Replies: 28
Views: 26797

Re: STM32 CubeMX to ChibiOS board file generator

There's a new script I wrote (mx2conf.py) that enables the drivers and peripherals as well. You still need to configure clocks manually. Very interesting. I don't worry about F1 family. I guess, It is interesting for those, who uses dirt cheap F1 boards from aliexpress. I'm more interested in F4, F...
by Chudik
Sun Oct 27, 2019 4:26 am
Forum: User Projects
Topic: STM32 CubeMX to ChibiOS board file generator
Replies: 28
Views: 26797

Re: STM32 CubeMX to ChibiOS board file generator

mobyfab wrote:You can try with anything except F1xx devices.

Hi, do you make updates for your generator?

Thinking about getting back to ChibiOS, but don't want to lose convenience of defining peripheral with CubeMX.
Do you convert only pin mapping or peripheral settings as well?
by Chudik
Mon Nov 21, 2016 7:53 pm
Forum: STM32 Support
Topic: Starting from scratch again... On SW4STM32 now Topic is solved
Replies: 35
Views: 17727

Re: Starting from scratch again... On SW4STM32 now Topic is solved

Amount of problems for adapting ChibiOS (really great RTOS) for another environment with a custom board exceeds all acceptable limits :( Can't spend another 2-3 months to get basic functionality (LED blink + Shell). I'm going to switch to another system that is not so great that been used by my budd...
by Chudik
Sat Nov 19, 2016 2:10 am
Forum: STM32 Support
Topic: How to create a custom board project?
Replies: 25
Views: 11638

Re: How to create a custom board project?

Hi RoccoMarco, I understand, but I don't know how even call the new thread :) Besides, looks like nobody else trying to use a custom board outside of ChibiStudio and I'm trying to keep all my problems with it more compact. Hopefully, when I solve my problems with running this condiguration I can wri...
by Chudik
Fri Nov 18, 2016 12:40 am
Forum: STM32 Support
Topic: How to create a custom board project?
Replies: 25
Views: 11638

Re: How to create a custom board project?

also got error messages Description Resource Path Location Type Field 'chDbgAssert(tp->p_state == CH_STATE_SNDMSG, "invalid state")' could not be resolved chmsg.c /FW-0134_CHM3/os/os/rt/src line 147 Semantic Error Field 'msg_insert(ctp, &tp->p_msgqueue)' could not be resolved chmsg.c /...
by Chudik
Fri Nov 18, 2016 12:23 am
Forum: STM32 Support
Topic: Starting from scratch again... On SW4STM32 now Topic is solved
Replies: 35
Views: 17727

Re: Starting from scratch again... On SW4STM32 now Topic is solved

Regarding debug interface for the custom board with this IDE For the reference of all ports and required peripheral I used CubeMX and created empty project for the board - just initialization. After compilation loaded to to my custom board. The IDE created .cfg file for debugging interface and I cop...
by Chudik
Thu Nov 17, 2016 10:28 pm
Forum: STM32 Support
Topic: How to create a custom board project?
Replies: 25
Views: 11638

Re: How to create a custom board project?

The interesting thing that project could be compiled and it generates output files. However, It does not communicate with PC through shell.
And I don't have a LED on board, to check, whether the whole system is working. Probably need to find place to put an LED to somewhere. :roll:
by Chudik
Wed Nov 16, 2016 8:24 pm
Forum: STM32 Support
Topic: How to create a custom board project?
Replies: 25
Views: 11638

Re: How to create a custom board project?

Yes, it is there. You are probably right. Because, when I go to the source code and require to show implementation, it goes to the structure definition and those members of the structure are in place. That drives me nuts. And why there are not such errors for the predefined boards like Nucleo? That ...
by Chudik
Wed Nov 16, 2016 7:00 pm
Forum: STM32 Support
Topic: How to create a custom board project?
Replies: 25
Views: 11638

Re: How to create a custom board project?

I did not download RT4. I'm using the same set of files for chibios 1.61 located at the same place under Chiibistudio. I even had to create directory in the same place as all the other boards located (usually I try to not change "parent" set of files and directories), otherwise it lost som...
by Chudik
Wed Nov 16, 2016 2:15 pm
Forum: STM32 Support
Topic: How to create a custom board project?
Replies: 25
Views: 11638

Re: How to create a custom board project?

I don't know what is RT3 anв RT4 :roll: How to check it? I just transfered my project from Nucleo to custom board keeping all environment as same as possible. Different pinout and set of interfaces, of course. Eith Nucleo board RT + shell worked ok and I decided to transfer it to the custom board at...

Go to advanced search