Search found 14446 matches

by Giovanni
Sat Mar 23, 2024 6:55 am
Forum: ChibiOS/RT
Topic: What files should be imported in MDK5?
Replies: 15
Views: 220

Re: What files should be imported in MDK5?

It is simple, each STM32 has different versions of some peripherals.

You need to look into .\ChibiOS_21.11.3\os\hal\ports\STM32\STM32F1xx\platform.mk, the list of the LLDs to be included is in there.

Giovanni
by Giovanni
Thu Mar 21, 2024 9:38 am
Forum: ChibiOS/RT
Topic: What files should be imported in MDK5?
Replies: 15
Views: 220

Re: What files should be imported in MDK5?

Hi, Easiest way is to look for the .mk files in the various subsystems and include the files specified in there, for example for RT look into rt.mk. About which subsystems include, look into a Makefile where all .mk are included. There is also an F3 project for MDK under /demos/STM32, you may start ...
by Giovanni
Mon Mar 18, 2024 1:40 pm
Forum: General Support
Topic: UDP receive missing messages
Replies: 5
Views: 199

Re: UDP receive missing messages

You should try to identify which layer causes the delay, there are several, is the MAC driver delaying frames ? does it happen in lwip ?

Giovanni
by Giovanni
Sun Mar 17, 2024 9:28 am
Forum: General Support
Topic: STM32U5 Support?
Replies: 7
Views: 4411

Re: STM32U5 Support?

Some partial work has been committed in trunk but I cannot guarantee a delivery date, have fun with your project :-)

Giovanni
by Giovanni
Sun Mar 17, 2024 9:27 am
Forum: General Support
Topic: UDP receive missing messages
Replies: 5
Views: 199

Re: UDP receive missing messages

Hi,

Do you have threads slowing down lwip threads? check priorities order.

Giovanni
by Giovanni
Sat Mar 16, 2024 8:53 am
Forum: General Support
Topic: UDP receive missing messages
Replies: 5
Views: 199

Re: UDP receive missing messages

Hi,

It is possible this is related to this old bug:

https://sourceforge.net/p/chibios/bugs/973/

Could you try that proposed fix?

Giovanni
by Giovanni
Mon Mar 11, 2024 8:42 pm
Forum: General Support
Topic: Stop and start again chibios_rt::BaseStaticThread
Replies: 3
Views: 119

Re: Stop and start again chibios_rt::BaseStaticThread

Hi,

You don't need addref if you already own a reference. By incrementing the reference counter you prevent the thread to be disposed.

Giovanni
by Giovanni
Thu Mar 07, 2024 9:24 pm
Forum: Bug Reports
Topic: LWIP: bug in sys_now
Replies: 1
Views: 286

Re: LWIP: bug in sys_now

Hi,

Moving in bug reports.

Giovanni
by Giovanni
Sun Mar 03, 2024 4:39 pm
Forum: Bug Reports
Topic: GCC10 linker warning Topic is solved
Replies: 5
Views: 3296

Re: GCC10 linker warning Topic is solved

Hi,

You need to edit rules.mk, find -alms=xxxxx and remove it.

Note that the linker works also with the warning.

Giovanni
by Giovanni
Wed Jan 31, 2024 9:58 am
Forum: ChibiOS/RT
Topic: Unable to Build RP2040 Demo (Windows 11)
Replies: 1
Views: 806

Re: Unable to Build RP2040 Demo (Windows 11)

Hi,

You need to unpack the PICO SDK under /ext, it is provided in .7z format.

Giovanni

Go to advanced search