Would it be possible to have a description of i2c read / i2c write commands (start condition, ack, end condition ... ). I cannot find this description in STSAFE datasheet.best regards,Thierry
I need the BLUENRG-M2SP schematic to qualify the application with the STmicro electronics library. I need to configure the mode of the AC/DC converter. The spec sheet is not documented enough. With the schematics, I will understand what I need.
/** * @brief Reports if the BlueNRG has data for the host micro. * * @param None * @retval int32_t: 1 if data are present, 0 otherwise */static int32_t IsDataAvailable(void){ return (HAL_GPIO_ReadPin(HCI_TL_SPI_EXTI_PORT, HCI_TL_SPI_EXTI_PIN) == GPIO...
Hello All,I have recently started using STM32 mcu and quite new to it. I am developing a project in which 3-phase energy meter is needed which measures voltage, current and power of 3-phase AC signal for which MCP3903 IC is used, as I came to know th...
Hi.Chip: ST BlueNRG-345ACPCB: Custom board with VLXSD pin left floating and VFBSD pin ->3.3V, NX2520SA 32MHz, schematic mimics STEVAL-IDB011V1, just bare chip without MEMS or CMSIS_DAP debugger, just MCU, decoupling capacitors, chip-antenna with matc...
Hello, I'm a student engineer and I'm working on a project which aim is to retrieve environmental data such as Temperature, Humidity and luminosity... and to send them via Bluetooth to my phone. I'm using STM32F401RE board + X- NUCLEO- IDB05A1 and co...
Which is the state between two advertising events for the calculation of the battery lifetime?Shutdown or Deepstop?Is the current profile shown in the plot obtained when exiting shutdown or deepstop state?Thanks
https://community.st.com/s/question/0D53W00000TFnQJSA1/unable-to-debug-or-program-stevalidb008v1m-using-stlinkv2The question in the link above is exactly similar to mine, but instead I am using a ST-LinkV3 debugger instead of their V2. I figured I wo...