Search found 27 matches

by akscram
Fri Mar 26, 2021 12:03 pm
Forum: Development and Feedback
Topic: STM32WB55 support
Replies: 92
Views: 36374

Re: STM32WB55 support

Hi Bob, Thank you for the update on this. Right, WB55 doesn't allow to run any user code on CPU2 except binaries signed by STM which support different or different combinations of radio stacks. I like the idea about mapping RX/TX channels to callbacks through config for IPCC as we consider IPCCv1 as...
by akscram
Sat Jan 23, 2021 7:50 pm
Forum: Development and Feedback
Topic: STM32WB55 support
Replies: 92
Views: 36374

Re: STM32WB55 support

Hi Giovanni, Thank you for accepting the last patches! It seems that some of new files were not included, namely files under testhal/STM32/multi/USB_CDC. Can you please check? Hi Elliot, Bob provided a very comprehensive explanation about what should be done! I've already researched a couple of exam...
by akscram
Mon Jan 18, 2021 12:33 pm
Forum: Development and Feedback
Topic: STM32WB55 support
Replies: 92
Views: 36374

Re: STM32WB55 support

Hi Bob, However the WB55 differences also extend to PLLSAI1N_VALUE which can be 4 and so below the limit currently used in stm32_pllsai1.inc. I was trying to open your patch attached in pllsail.inc.zip, however I was not able to open it because of an unpacking error. Could you please reupload it? Be...
by akscram
Mon Jan 18, 2021 12:54 am
Forum: Development and Feedback
Topic: STM32WB55 support
Replies: 92
Views: 36374

Re: STM32WB55 support

Hi,

I've moved from using tabs in XML files to spaces, you can find updated previous patches in the attachment.

Best regards,
Ilya.
by akscram
Sat Jan 16, 2021 9:44 pm
Forum: Development and Feedback
Topic: STM32WB55 support
Replies: 92
Views: 36374

Re: STM32WB55 support

Hi Giovanni, Thank you for accepting those patches! I've attached another portion of clean up patches which are ready for review. Here is their commit message summary: * 0001 STM32WB: update board templates * Update ST_NUCLEO48_WB55CG_USB * BUTTON is located at GPIOA/10 * Regenerate board and mcucon...
by akscram
Sun Jan 10, 2021 9:41 am
Forum: Development and Feedback
Topic: STM32WB55 support
Replies: 92
Views: 36374

Re: STM32WB55 support

Hi Bob,

Thank you for taking a look. I've tried to download and open them, however got an error too. I made a new tarball with both sets of patches and attached it. Can you please try one more time?

Best regards,
Ilya.
by akscram
Fri Jan 08, 2021 1:24 pm
Forum: Development and Feedback
Topic: STM32WB55 support
Replies: 92
Views: 36374

Re: STM32WB55 support

Giovanni and Bob, I've been continue polishing the STM32WB support and attached a new portion of patches. They are suppose to be applied on top of the patches from the previous tarball (STM32WBxx-b4186f.zip). They are ready for review. Summary of commit messages: * 0003 STM32WB: fix style errors * 0...
by akscram
Thu Jan 07, 2021 1:02 am
Forum: Development and Feedback
Topic: STM32WB55 support
Replies: 92
Views: 36374

Re: STM32WB55 support

Giovanni, Thank you for adding those files. I've attached a tarball with patches for USBv1 to account STM32WB specifics and clock configuration updates for testhal multi USB_CDC. These patches are ready for review. Summary of commit messages: * STM32WB: update clock configuration for multi USB_CDC *...
by akscram
Wed Jan 06, 2021 2:52 pm
Forum: Development and Feedback
Topic: STM32WB55 support
Replies: 92
Views: 36374

Re: STM32WB55 support

Giovanni,

Thank you for accepting these patches. I noticed that new files, such as stm32wb30xx.h, stm32wb35xx.h and stm32wb5mxx.h, hadn't been added.

Best regards,
Ilya.
by akscram
Mon Jan 04, 2021 8:41 pm
Forum: Development and Feedback
Topic: STM32WB55 support
Replies: 92
Views: 36374

Re: STM32WB55 support

Giovanni, Thank you for answering. Yes, the clock is fine. I think that I found the problem. USBv1 uses its own structure, stm32_usb_t, and uses USB_BASE as its address or (APB1PERIPH_BASE + 0x5C00) if USB_BASE is not defined. However, STM32WB has different offsets (stm32wb55xx.h): #define USB1_BASE...

Go to advanced search