cancel
Showing results for 
Search instead for 
Did you mean: 

WBA55_P2P_SERVER_WORKSHOP

Mirko74
Associate

Hello everybody!

I installed STM32CubeIDE 1.15.0 and I tried to follow the session STM32WBA5x workshop - 3:

https://www.youtube.com/watch?v=BLs1KzC-s4o

but STM32_WPAN is in grey; explanations say me to install other things, but it seems boxes insides other ones...

I enabled RNG: STM32_WPAN is STILL in grey,

I enabled RAMCFG: STM32_WPAN is STILL in grey,

I enabled RF: now STM32_WPAN is active!

Why is STM32_WPAN not already active starting from the example WBA55_P2P_SERVER?

Thank you for the reply

BR

1 ACCEPTED SOLUTION

Accepted Solutions
STTwo-32
ST Employee

Hello @Mirko74 and welcome to the ST Community 😊.

* On my side, the STM32_WPAN is activated on the P2P_SERVER project.

* The STM32_WPAN is reachable once the following system resources and peripherals are set to "enabled":

  • ADC4: activate the temperature sensor channel (Only for Bluetooth applications).
  • CRC: activated.
  • RAMCFC: activate SRAM1.
  • ICACHE: 1-way (direct mapped cache).
  • RNG: activated.
  • RCC: HSE and LSE on crystal/ceramic resonator.
  • RF: activated.
  • RTC: activate clock source.
  • NVIC: verify NVIC settings.

Best Regards.

STTwo-32

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

View solution in original post

1 REPLY 1
STTwo-32
ST Employee

Hello @Mirko74 and welcome to the ST Community 😊.

* On my side, the STM32_WPAN is activated on the P2P_SERVER project.

* The STM32_WPAN is reachable once the following system resources and peripherals are set to "enabled":

  • ADC4: activate the temperature sensor channel (Only for Bluetooth applications).
  • CRC: activated.
  • RAMCFC: activate SRAM1.
  • ICACHE: 1-way (direct mapped cache).
  • RNG: activated.
  • RCC: HSE and LSE on crystal/ceramic resonator.
  • RF: activated.
  • RTC: activate clock source.
  • NVIC: verify NVIC settings.

Best Regards.

STTwo-32

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.