Search found 14457 matches

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

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

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

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

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

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

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

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

Re: ICU interrupt not firing Topic is solved

Hi,

Fixed as bug #1280.

Giovanni
by Giovanni
Mon Dec 25, 2023 10:53 pm
Forum: Bug Reports
Topic: ICU interrupt not firing Topic is solved
Replies: 2
Views: 4465

Re: ICU interrupt not firing Topic is solved

Hi,

Moving in bug reports, some inclusions are missing.

Giovanni
by Giovanni
Sun Dec 24, 2023 12:30 pm
Forum: ChibiOS/HAL
Topic: Testing USART2 on STM32F303Discovery board
Replies: 4
Views: 4045

Re: Testing USART2 on STM32F303Discovery board

Yes, make sure to program correct GPIO alternate functions too.

There are also very cheap USB-uart adapters you could use.

Giovanni

Go to advanced search