Skip to content

Commit

Permalink
feat(core): tune consumption mask protection on T3B1
Browse files Browse the repository at this point in the history
[no changelog]
  • Loading branch information
TychoVrahe committed Aug 7, 2024
1 parent c42c268 commit 4b68431
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/embed/trezorhal/stm32u5/consumption_mask.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
#include STM32_HAL_H
#include "rng.h"

#define SAMPLES 110
#define TIMER_PERIOD 16640 // cca 10 KHz @ 160MHz
#define SAMPLES 119
#define TIMER_PERIOD 16000 // cca 10 KHz @ 160MHz

uint32_t pwm_data[SAMPLES] = {0};

Expand Down

0 comments on commit 4b68431

Please sign in to comment.