User Activity

Hello, I am currently developing with SPC5Studio 6.0.0.In my project, I need the HighTec Pro option, so I downloaded the license and tool chain files from http://register.hightec-rt.com/st/spc5x.I placed the license file in both:- C:\SPC5Studio-6.0\l...
 I am currently developing with SPC5STUDIO and want to verify a signed message using ECDSA.To do this, I am studying the example in ecc.h.When I ran the example code:retval = ECCinitEC(&ECparams, &mb);retval = ECCinitPoint(&G, &ECparams, &mb);retval ...