I have chipwhisperer husky and the CW308-Stm32F target board 。so I want to use adapter(cw308 to cw312 ) to connect the target board.
I assembled it using as shown and linked it to the CW312 but I noticed that LED 1 2 3 are off (not when I link the SAM4S), is it wrong for the way I am linking it? Or do I need to solder the target board and adapter?
I’ve soldered it and now I’m able to connect to the target board.
But unexpectedly, my experiments with CW312 adapter +CW308 Stm32F4 target board are much worse compared to SAM4S.
For the same code, I get good results with both SAM4S and CWNANO (classification accuracy can be 99%+) , but 50% with CW312 adapter + CW308 Stm32F4 target board (dichotomous classification, so almost no differentiation at all).
I would like to ask what could be the possible reasons for this? Could it be a problem with my soldering?
So I contacted someone who knows more about hardware (because I don’t) to come and solder the capacitors for me, hopefully this will help. Do you have any other suggestions?
The F4 has an internal regulator which we try to bypass by feeding in 1.2V into the CAP pins. The CW313 doesn’t have an adjustable regulator included like the CW308, but you can try feeding in a slightly higher voltage (I’d recommend somewhere between 1.2V and 1.3V) by disconnecting the jumper on JP1 and connecting your power supply to pin 1 of JP1 (the one closer to the 5V test point) to see if that improves things.
Thank you for your reply, I have sent the email.
I would also like to ask if I can avoid similar problems if I switch to the STM32F3 target board (since it also has a Cortex-M4 core).