Search found 3 matches

by vmetodiev
Thu Apr 28, 2016 2:10 am
Forum: NetBurner Software
Topic: SDCard maximum storage space
Replies: 3
Views: 5720

Re: SDCard maximum storage space

@rnixon

@joepasquariello

Oh, okay... Thank you very much for your suggestions!

Regards,
Varban
by vmetodiev
Tue Apr 26, 2016 3:46 am
Forum: NetBurner Software
Topic: SDCard maximum storage space
Replies: 3
Views: 5720

SDCard maximum storage space

Hello,

What is the maximum storage size that I can address using the onboard microSD card slot on MOD54415?

At the moment I am testing with an 8GB Card and the f_getfreespace returns the following.

Total Space On Drive: 3644850176
Free Space On Drive: 3644784640

And here is the code snippet that ...
by vmetodiev
Wed Apr 20, 2016 3:33 am
Forum: NetBurner Software
Topic: AES-128 encryption/decryption issue
Replies: 0
Views: 12762

AES-128 encryption/decryption issue

Hello Team,

Recently I have been using the integrated AES API (aes.h) and I am having the following issue:
1) I encrypt a simple, fixed length string and write it to a file.
2) When I read the file, decrypt the string and write the decrypted plain text to another file, I have an empty space at the ...