2024-02-04 02:32 PM
Hi community,
I´m new to NFC and looking for a st25dvxxkc BSP driver for my custom board.
I see in the product MKBOXPRO the st25dv04kc is also used,
what confuses me is two similiar folders for st25dv exist under the folder: Drivers/BSP/Components/, and they also have the similar contents:
can someone explain me why? is it necessary to copy these two folders oder only one is enough?
Solved! Go to Solution.
2024-02-05 06:03 AM
Hi Danny0007,
These two drivers are provided because it exists 2 components ST25DV04K and ST25DV04KC (for 16 kbits and 64kbits too). The ST25DV04KC is here to replace ST25DV04K with few modifications and principally some register address changes.
So if your application needs to be compatible with both devices you'll need to import both component drivers in your project, and detect which one is present to use correct drivers (this can be done with the IC Reference value for example).
On the other hand if you application uses only the ST25DV04KC you can just import the st25dvxxkc folder.
If you are looking for further information about differences between both devices may I refer you to the following documentation :
Kind Regards.
2024-02-05 06:03 AM
Hi Danny0007,
These two drivers are provided because it exists 2 components ST25DV04K and ST25DV04KC (for 16 kbits and 64kbits too). The ST25DV04KC is here to replace ST25DV04K with few modifications and principally some register address changes.
So if your application needs to be compatible with both devices you'll need to import both component drivers in your project, and detect which one is present to use correct drivers (this can be done with the IC Reference value for example).
On the other hand if you application uses only the ST25DV04KC you can just import the st25dvxxkc folder.
If you are looking for further information about differences between both devices may I refer you to the following documentation :
Kind Regards.