User Activity

I'm using a custom board with the STM32WL5MOC. I've noticed that the last three 32-bit words of the OTP have been written to the values: FF FF FF FF FE FF FF FF 02 00 10 38 D1 DB AF 46This makes the OTP 16 bytes shorter. Is this intentional, or is it...
I've noticed what seems to be a bug when writing to flash with the '-w32' flag using STM32_Programmer_CLI. My order of operations is:I erase sector 0 of the flashI read the first 8 words of Flash and verified that it's erased.I write some words to fl...
I'm working on a new design with the STM32WL5MOD and ran across a few questions from the datasheet.The datasheet indicates, "Filtering capacitors on power-supply pins and components for the SMPS are already integrated into the module." The schematic ...
I'm using a CR95HF NFC reader (a Mickroe RFID Click) using the UART port. I'm using ISO 15693 to communicate with my tag. I'm issuing the following commands (I know it looks like I'm using the eval board, but I'm actually using my own Python program:...
I'm using a STM32WLE5 processor in my design. I had an RF consultant tell me that I needed to add a SAW filter to the design to protect against potential interference with 800 MHz cell phone transmissions so I placed a B39921B3728U410 SAW filter at t...