User Activity

Hi everybody,I'm using a LSM303AGR and I got some difficulties to read the temperature.My I2c functions, because I can read "who am I" registers, and I tried to write then to read some registers. I did the following steps :     LSM303_IO_Write_one_by...
Hi everybody,I use a STM32L476RG. I'm trying to write 4 bytes in the flash memory on a PVD IT.I can write/read in the flash, it works.I've programmed my PVD on level 6 (2.9V) and BOR level is at 1.7V. I've used AN4718 to design a vbat system with a s...
Hi everybody,I have a custom STM32 board. I'd like to use ANT7-T-ST25DV64KC dev board to use NFC functionnalities. I have red that I can use X-CUBE-NFC7 to communicate with this board.In my cube MX, I have choose custom/NFCTAG7, I can configure IC2/...
Hi everybody,I'm working on a nucleo-L476. I'll like to write some data in NFC tag M24SR64 (I'm using a dev board ANT-7-M24SR).First, I developped functions to read into ndef memoru on ESP32 dev board. It works well (I can read my message with ST app...
Hi everybody,I'm using a STM32L476RG. I use the usart2 to transmit/receive frames from an external sensor. The reception is working with DMA1 channel6 (I use Transfer complete and idle line interrupts), and it works very well.I'd like to add a timeou...