User Activity

Dear Community,I'm working on a bootloader project using an STM32L071. I was able to start the main application using the code below: void HalSys_BootMainApplication() { /* Set address to jump to*/ volatile uint32_t jumpAddress = *(uint32_t*)...
Hello,In my system I'm using one Li-Ion battery and there is no possibility to add another battery to the system. So just one Li-Ion. I was planning to use the Li-Ion battery until a voltage of around 3.0V. Then I would disable the LDO which is used ...
Posted on July 02, 2018 at 11:04 Hi I'm playing around with an ST25DV_Discovery_ANT_C6 and an ST25R3911B-DISCO development board to test the energy harvesting features. One result of my tests yields, that the output voltage V_EH is limitted to ap...