Search found 163 matches

by vrollei
Mon Apr 19, 2021 9:47 am
Forum: ChibiOS/HAL
Topic: STM32WLxx port
Replies: 61
Views: 19005

Re: STM32WLxx port

Hi, I fixed compilation problem, but RTCv3 should be modified: - STM32WLxx has no RTC_ICSR_ALRBWF flag, simple way to solve this problem is: #if defined(RTC_ICSR_ALRBWF) while (!(rtcp->rtc->ICSR & RTC_ICSR_ALRBWF)) ; #endif - STM32WLxx has additional flag TAMP_CR2 BKERASE: Backup registers erase...
by vrollei
Fri Apr 16, 2021 2:41 pm
Forum: ChibiOS/HAL
Topic: STM32WLxx port
Replies: 61
Views: 19005

Re: STM32WLxx port

What kind of generator do you use for it and what should be done to support STM32WLxx mcuconf.h generator?
by vrollei
Fri Apr 16, 2021 12:58 pm
Forum: ChibiOS/HAL
Topic: STM32WLxx port
Replies: 61
Views: 19005

Re: STM32WLxx port

Forgot to change ftl file in board.chcfg,
correct version is attached.
by vrollei
Fri Apr 16, 2021 9:19 am
Forum: ChibiOS/HAL
Topic: STM32WLxx port
Replies: 61
Views: 19005

Re: STM32WLxx port

Hi Bob,

I can run test on my own designed STM32WLxx board, but not sure what VS means.

Port update is attached, ftls added (ETH, USB and HSEBYPASS parts removed), STM32WLxxxX.ld changed according common FLASH/RAM size, demos and board files updated to fit changes.
by vrollei
Thu Apr 15, 2021 5:46 pm
Forum: ChibiOS/HAL
Topic: STM32WLxx port
Replies: 61
Views: 19005

Re: STM32WLxx port

Good plan! I did already porting Semtech stack to ChibiOS for SX1272 with ChibiOS PWR Driver for Low Power support and RTC based ST (STM32L1, L4), so it can be easily used for SX1276 and WLxx, but new Radio driver over SUBGHZ-SPI should be added. I am plaining to do drivers for WLxx: - SUBGHZ Radio ...
by vrollei
Thu Apr 15, 2021 1:22 pm
Forum: ChibiOS/HAL
Topic: STM32WLxx port
Replies: 61
Views: 19005

Re: STM32WLxx port

Bob,

not at all, my pleasure!

Shall we discuss next steps?

There are a lot of things to do with this STM32 line.
by vrollei
Thu Apr 15, 2021 12:54 pm
Forum: ChibiOS/HAL
Topic: STM32WLxx port
Replies: 61
Views: 19005

Re: STM32WLxx port

About ftl files.
I use compatible L4 ftl files:
tools/ftl/processors/boards/stm32l4xx/templates

Do we need dedicated ftl files for STM32WL line?
by vrollei
Thu Apr 15, 2021 12:41 pm
Forum: ChibiOS/HAL
Topic: STM32WLxx port
Replies: 61
Views: 19005

Re: STM32WLxx port

Hi Bob,

If you have access to ChibiOS svn there is nothing to do with my GitHub fork, I just track all my changes using GitHub.

Please update os/hal/ports/STM32/STM32WLxx/hal_lld.c with attached file. There was a mistake in line 197.

Thanks!
by vrollei
Thu Apr 15, 2021 11:44 am
Forum: ChibiOS/HAL
Topic: STM32WLxx port
Replies: 61
Views: 19005

Re: STM32WLxx port

Hi Bob, thanks for reply! Board name and output over LPUART1 fixed. Could you please pull changes from GitHub and check demo, I do not have NUCLEO WL55 board to run tests. Sorry, but I do not use Eclipse, so can not tell anything about configuration file for it. I use vscode with cortex-debug plugin...
by vrollei
Wed Apr 14, 2021 10:28 pm
Forum: ChibiOS/HAL
Topic: STM32WLxx port
Replies: 61
Views: 19005

Re: STM32WLxx port


Go to advanced search