Hello,what is the target voltage read by the STLink and displayed on the STM32CubeProgrammer?To provide a stable link between the MCU and the STLink, I'd recommend to configure the STLink the following way in the STM32CubeProgrammer:Mode: Power downR...
Hello,
It is very unlikely that the BlueNRG-2 is bricked.
It is possible that the bootloader is compromised. Inside the BlueTile SDK you will find the default application example that is the: BLE_SensorDemo (with OTA ResetManager).hex located in the ...
Hello,On STEVAL-SMARTAG1 there is no direct access to any SPI lines. Additionally, the only sensor that uses SPI interface is the LIS2DW12: it uses a 3-wire SPI where MISO and MOSI are connected together.Hope this help. Best regards.
Hello,the EH pin provides a very limited current and a very unstable voltage. Therefore, an LDO is used to stabilize the voltage to the MCU to 1.8 V. The thermocouple (such as the MAX6675) requires higher operating voltage (3.0 V to 5.5 V) and an hig...
Hello,the VDD_MEMS voltage is provided by the microcontroller through one of its GPIO. Therefore, the voltage is limited to 1.8 V. The MAX6675 thermocouple require a voltage range between 3.0 V to 5.5 V to operate, so it is not possible to use VDD_ME...