python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
SHA256 digest disagrees in Python vs. STM32's built-in HASH device
Problem:
I am trying to compute the SHA256 digests of single blocks (512 bit) on an STM32L552ZE-Q using mbedTLS the HASH device built into the STM32 I am using. Unfortunately, the digest doesn't agree...

iMrFelix
Votes: 0
Answers: 1
HardFault during division operation STM32 (CortexM0+)
I have a problem with hard fault exception during division operation and cannot find any clue (STM32G061C6). When I put anywhere in my code for example:
int32_t a = 354;
int32_t b = 23;
int32_t c = a/...
Daniel Šebík
Votes: 0
Answers: 1
SerialInputOutputManager, average received values
I use library for usb i/o and cant't understand how to average incoming data and show it in 500ms.. I'm trying to edit example from the library and there is method
@Override
public void onNewDat...
northcitizen
Votes: 0
Answers: 0
Can i cast the four bytes of a uint32_t to uint8_t pointers
Some background:
I'm using STM32 to receive and transmit a long 24 bit signal that can determine whether batteries are overly discharged or overly charged, and monitor temperatures through an AFE.
The...
Lyndon Alcock
Votes: 0
Answers: 1