Connect nucleo l476rg with st25ru3993 hpev using stm cube ide
How to connect nucleo l476rg with st25ru3993 hpev via spi communication to read the data of the tags? I am using stm cube ide.
How to connect nucleo l476rg with st25ru3993 hpev via spi communication to read the data of the tags? I am using stm cube ide.
If you plan to remove the onboard STM32L4 MCU and replace with an external MCU you have to adopt any changes in the HW (pin connection) in the FW.
E.g.: for a new connections for SPI (towards ST25RU3993 and Tuning circuit) and also for the GPIOs that control PA switch and and .. Please have a look to the schematic of the HPEV board.
This can be done with the STM32CubeMX file that is part of the FW source code.
To develop, debug and build your new FW for your own HW setup you could use STM32CubeIDE for example. Within this IDE you can also flash your FW through the ST-Link V2 from your Nucleo board to your own STM32L4 MCU.
The minimal set of commands to configure the HW and send a Gen2 Inventory command to retrieve TAG EPC's can be found in the SDK sample source code.
By using the SDK the application SW will be notified when TAGs are read. When retrieving this notification you get also the EPC information for example.
Nick
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.