Search found 14459 matches

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

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: 3504

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: 914

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
by Giovanni
Thu Jan 25, 2024 10:25 am
Forum: General Support
Topic: Chibios projecct compilation in VScode
Replies: 4
Views: 1569

Re: Chibios projecct compilation in VScode

Hi,

It has been done but I don't know details,you could join the discord server and ask there to Vitaly.

https://discord.gg/s8b8v7VtrM

Anyway, ChibiOS is based on makefiles, I assume VSCode can import makefile projects like Eclipse does.

Giovanni
by Giovanni
Wed Jan 03, 2024 7:14 am
Forum: Bug Reports
Topic: Running PWMObjectInit sets channels to 0 and makes driver unusable. Topic is solved
Replies: 1
Views: 1585

Re: Running PWMObjectInit sets channels to 0 and makes driver unusable. Topic is solved

Hi,

pwmObjectInit() is called internally by the LLD which also sets the channels field, the HLD has no knowledge about the number of channels.

In general, halInit() initializes everything, calling xxxObjectInit() functions undoes initialization already performed in the LLDs.

Giovanni
by Giovanni
Tue Jan 02, 2024 1:14 pm
Forum: User Projects
Topic: Regarding RTC inbuilt wakeup interrupt
Replies: 6
Views: 3762

Re: Regarding RTC inbuilt wakeup interrupt

Hi,

How new? are you already able to compile and run demo applications?

If not then install ChibiStudio and follow the guides on http://www.playembedded.org for a quick startup with ChibiOS.

Giovanni
by Giovanni
Tue Jan 02, 2024 9:11 am
Forum: User Projects
Topic: Regarding RTC inbuilt wakeup interrupt
Replies: 6
Views: 3762

Re: Regarding RTC inbuilt wakeup interrupt

Hi,

There is a contributed wakeup example in the STM32F4xx-RTC demo.

Giovanni
by Giovanni
Fri Dec 29, 2023 9:50 pm
Forum: User Projects
Topic: Regarding RTC inbuilt wakeup interrupt
Replies: 6
Views: 3762

Re: Regarding RTC inbuilt wakeup interrupt

Hi,

The RTC driver defines that vector, if you want to define it yourself then you should disable the RTC driver.

Giovanni
by Giovanni
Tue Dec 26, 2023 12:50 pm
Forum: Bug Reports
Topic: fifoObject internal bug Topic is solved
Replies: 6
Views: 3526

Re: fifoObject internal bug Topic is solved

Hi,

Fixed as 1277.

Giovanni
by Giovanni
Tue Dec 26, 2023 12:49 pm
Forum: Bug Reports
Topic: ICU interrupt not firing Topic is solved
Replies: 2
Views: 4624

Re: ICU interrupt not firing Topic is solved

Hi,

Fixed as bug #1280.

Giovanni

Go to advanced search