User Activity

Please,give me your opinion.I have to develop an anti-tamper board.By now I was asked to select one of 2 working modes:1)Interrupt on TAP2)XYZ values on demand ,microcontroller periodically checks variations in XYZ values.Is it possible to have both ...
Hello1628027999 should mean 2021-08-03 23:59:59,at least from a website that does not claim to keep in account any time zone,so I guess(wrongly ??)that it is referred to 0° Longituderawtime= 1628027999; gmtime_r(&rawtime_t, &my_tm_struct);it returns ...
I have to use the good old AC6,but I can't find any debugger option to preserve,say,the last Flash sector from being erased.Thanks.Diego,Italy
Hi to all the community.I have to save in non volatile memory some small amount of data,say 200 bytes.STM32F446 has different sector sizes,sectors 0,1,2,3 size= 16KBsectors 4 size= 64KBsectors 5,6,7 size=128KBIn other microcontrollers ...
Hello.please may i have your help?I have the error on the final part of debug launching only when i declare const uint16_t __attribute__((section (".UserDataSector"))) out_val_register[64];//= {0x1234,0x1235,0x1238,0x3333};in .ld file /* Specify the...