Search found 14446 matches

by Giovanni
Thu Mar 28, 2024 8:00 am
Forum: ChibiOS/RT
Topic: What files should be imported in MDK5?
Replies: 15
Views: 207

Re: What files should be imported in MDK5?

There is a file ARMC6/ch.uvprojx in the project.

About errors, it works for me using uvision 5.34 and a fresh checkout, perhaps you are missing some packs.

Giovanni
by Giovanni
Wed Mar 27, 2024 1:08 pm
Forum: ChibiOS/RT
Topic: What files should be imported in MDK5?
Replies: 15
Views: 207

Re: What files should be imported in MDK5?

Hi,

I committed experimental support for ARMC6 on trunk, there is a project in this demo: demos\STM32\RT-STM32G474RE-NUCLEO64

There is an annoying warning that will require some rework, ignore it, it is harmless.

Giovanni
by Giovanni
Wed Mar 27, 2024 8:22 am
Forum: Bug Reports
Topic: [PATCH] Add support for 512K STM32F412 to EFL driver
Replies: 1
Views: 64

Re: [PATCH] Add support for 512K STM32F412 to EFL driver

Thanks, moving to bug reports.

Giovanni
by Giovanni
Tue Mar 26, 2024 7:15 pm
Forum: STM32 Support
Topic: STM32U0 support
Replies: 3
Views: 69

Re: STM32U0 support

I will order boards in the meanwhile.

Giovanni
by Giovanni
Tue Mar 26, 2024 7:14 pm
Forum: ChibiOS/RT
Topic: What files should be imported in MDK5?
Replies: 15
Views: 207

Re: What files should be imported in MDK5?

Hi, Frankly I doubt it will take just days, it is a problematic period for me. If you need ChibiOS within days then you could just start using GCC and then port on MDK later, compatibility would be 100%, no changes to the code at all because the OS abstracts all details. Look at that F3 project, it ...
by Giovanni
Tue Mar 26, 2024 3:32 pm
Forum: ChibiOS/RT
Topic: What files should be imported in MDK5?
Replies: 15
Views: 207

Re: What files should be imported in MDK5?

Understood, this could take time since it is an entirely different compiler...

Giovanni
by Giovanni
Tue Mar 26, 2024 1:40 pm
Forum: STM32 Support
Topic: STM32U0 support
Replies: 3
Views: 69

Re: STM32U0 support

Hi,

Yes, it is a nice device. Cannot give a deadline however.

Giovanni
by Giovanni
Tue Mar 26, 2024 8:30 am
Forum: ChibiOS/RT
Topic: What files should be imported in MDK5?
Replies: 15
Views: 207

Re: What files should be imported in MDK5?

Does that F3 demo compile in your MDK?

Giovanni
by Giovanni
Sun Mar 24, 2024 3:52 pm
Forum: ChibiOS/RT
Topic: What files should be imported in MDK5?
Replies: 15
Views: 207

Re: What files should be imported in MDK5?

It looks like you assembler does not use the C preprocessor so all macros and comments cause errors, look for an assembler option for that.

Giovanni
by Giovanni
Sat Mar 23, 2024 11:28 pm
Forum: ChibiOS/RT
Topic: What files should be imported in MDK5?
Replies: 15
Views: 207

Re: What files should be imported in MDK5?

Hi,

You need to enable C99 compatibility in your compiler.

Giovanni

Go to advanced search