2021-09-23 03:12 AM
2021-09-23 08:51 AM
That's absolutely right I am agree with you.
1)The file generated by X-cube-ble1 latest software pack is different than what ever file avilable in demo code.
2)it not necessary to use l4 series microcontroller. We can use any for the testing purpose. In software packages there should have F4 series low power example.
3) L4 series demo code that uses dma there should be one normal low power demo code for understanding of customer.
4) You know without lower lower BLE is not of any use there should be demo code available for any series microcontroller I know l4 is for low power but it's not necessary that customer have that board to test code. They may have different board.
5) I am expecting a demo code that works on STM32F4 series with latest X-cube-ble1 i.e 6.2.1 what ever it may be it should work.
2021-09-23 04:10 AM
Regardless of the fact that the X-NUCLEO-IDB05A1 is already on NRND (not recommended for new design) - unfortunately there is no STM32F402.
Which target MCU did you mean?
Regards
/Peter
2021-09-23 05:10 AM
sorry its spelling mistake MCU STM32F401RE. I know that the X-NUCLEO-IDB05A1 is NRND (not recommended for new design) but the software pack is same for other board that are active. I know that logic is same for other board also Just i want to know how to use low power mode in X-CUBE-BLE1/ X-CUBE-BLE2 using IDB05A1 module. i am looking for practical solution i have documents related to this.
2021-09-23 05:52 AM
At least in X-CUBE-BLE1 there is a project that uses the Low Power Mode:
Projects/NUCLEO-L476RG/Applications/Profiles_LowPower.
There LOW_POWER_ENABLED is defined in main.c, which later sets a variable low_power_enabled and, if necessary, executes SystemPower_Config().
However, this is tailored to the ultra-low power STM32 devices, here the STM32L476, while the STM32F402 is not an ultra-low power MCU.
Regards
/Peter
2021-09-23 08:51 AM
That's absolutely right I am agree with you.
1)The file generated by X-cube-ble1 latest software pack is different than what ever file avilable in demo code.
2)it not necessary to use l4 series microcontroller. We can use any for the testing purpose. In software packages there should have F4 series low power example.
3) L4 series demo code that uses dma there should be one normal low power demo code for understanding of customer.
4) You know without lower lower BLE is not of any use there should be demo code available for any series microcontroller I know l4 is for low power but it's not necessary that customer have that board to test code. They may have different board.
5) I am expecting a demo code that works on STM32F4 series with latest X-cube-ble1 i.e 6.2.1 what ever it may be it should work.
2021-09-25 11:54 PM
@Peter BENSCH waiting for your reply.
2021-09-27 08:01 AM
@Peter BENSCH waiting for your response