Hi @Kan_Li,
Thank you for your answer, for my use case i want devellope the APDU by my own, so high level function will not work for me, this is why im asking about more information on the APDU, i checked already the doc, demos and examples and they all depend on high level layers (sss , MW), so i want understand more on the APDU construction for example if i try to create an AES key is this apdu correct :
uint8_t apdu[26]={0x80,0x01,0x03,0x00,0x1A,0x11,0x09,0x08,0x00,0x00,0x00,0x00,0x00,0x24,0x00,0x00,0x12,0x00,0x00,0x41,0x09,0x70,0x70,0x70,0x72,};
Have a great day.