BWB1MPAN1
Hi, the problem is very simple, yet I haven't seen any information about this case in the foro or anywhere.
When trying to build the example proyect BLE_HR_p2p_Sensor which I think was already in the B-WB1M-WPAN1 board relesed to start cathing up with the FW I'm not able to do so.
It doesn't mind if i get the example from the "STM32Cube_FW_WB_V1.18.0" or from the STM32CubeMX example BLE_HR_p2p_Sensor generation I always encounter the same errors:
C:/ST/STM32CubeIDE_1.11.2/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.11.3.rel1.win32_1.1.100.202309141235/tools/bin/../lib/gcc/arm-none-eabi/11.3.1/../../../../arm-none-eabi/bin/ld.exe: BLE_HR_p2p_Sensor.elf section `._user_heap_stack' will not fit in region `RAM1'
C:/ST/STM32CubeIDE_1.11.2/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.11.3.rel1.win32_1.1.100.202309141235/tools/bin/../lib/gcc/arm-none-eabi/11.3.1/../../../../arm-none-eabi/bin/ld.exe: region `RAM1' overflowed by 40 bytes
collect2.exe: error: ld returned 1 exit status
make: *** [makefile:74: BLE_HR_p2p_Sensor.elf] Error 1
"make -j12 all" terminated with exit code 2. Build might be incomplete.
I don't know if the problem comes form the example itself or maybe there is a problem with some documents,
if you could help that would be great.