我在高级定时器溢出中断�?�GPIO电平翻转的动作,然�?�去观察GPIO的波形,但是当定时器的溢出频率过高时,我�?�现示波器没波形了,这是�?�跟定时器中断的最大频率有关?I did the action of GPIO level flip during the advanced timer overflow interrupt and then observed the waveform of GPIO. However, when the overflow frequency of t...
Hi All,I've looked around trying to find an example (with no luck) of how someone might set up the bxCAN module message filters to operate in ID list mode and how to assign the ID's to the various message filters - eg (CAN_FiRx) (i = 0..13, x = 1, 2)...
Hi all.My objective is to read a stream of data intended for a shift register with 1.5us clock period.There are 17 clock cycles and I want to sample the data at the transition (upper or lower).Can this be achieved using SPI or should I just bit-bang ...
I have been trying to solve this problem for more than two weeks. I have two Nucleo-64 cards and get the same error.I have configured everything using the STM32CUBEMX, I have configured the clock, following several tutorials, but it is impossible for...
Hello,I have STM32F427zi supply with 1V8. And I try to erase his flash from sector 5 to sector 23, but sector 23 is not erased. STM clock is set to 144MHz. Latency set after document RM0090.https://www.st.com/resource/en/reference_manual/dm00031020-s...
Hi, I am working with STM32F103 and configure CAN filter like this:CAN_FilterTypeDef sFilterConfig; sFilterConfig.FilterBank = 0; sFilterConfig.FilterMode = CAN_FILTERMODE_IDMASK; sFilterConfig.FilterScale = CAN_FILTERSCALE_32BIT; sFilterCon...
Dear ST community,on a STM32H7A3ZIT6 MCU running at 280 MHz, I need to transfer blocks consisting of up to 2^19 (524288) half-words (16 bits) to a 16 bit parallel interface DAC connected via Port F and the DAC clock connected to PE9. Sample rate shou...
I'm using STM32IDE with MCU STM32L011F4 and LL libs. Something is wrong with RTC + LSE/LSI. Code is minimum generated by IDE. I set RTC with LSE and code is default generated by IDE, and can't change time/date, it's alwasy zero. But if I change sourc...
Hello, I am using an STM32 board (NUCLEO-F401-RE) and a ToF sensor for a project of measuring a passing vehicle flow. My system must be autonomous, I use a timer in my program to know the flow of passage. Only the timer does not conform to reality. W...