Resolved! STM32H562 SysTick 2ms instead of 1ms
I have setted:SYSCLK: 250 MHzHCLK: 250 MHzAs a SysTick source I tried: HCLK, HCLK/8, LSISTM32Cube FW_H5 V1.4.0I'm getting 2ms instead of 1ms in any configuration. Any idea how to fix it?
I have setted:SYSCLK: 250 MHzHCLK: 250 MHzAs a SysTick source I tried: HCLK, HCLK/8, LSISTM32Cube FW_H5 V1.4.0I'm getting 2ms instead of 1ms in any configuration. Any idea how to fix it?
Hi, i need help with a strange behaviour of the FDCAN RX interrupt. I have 2 controllers which communicate with each other over CAN bus (Classic CAN). The first (my problem mcu) sends a command message and the second answers with 3 messages. The prob...
Hi For a basic test to verify the hardware of my PCB is OK, i want to make a loopback between PA0 and PA1, I see on the stm32u585ci doc that PA0 can not be configure as simple GPIO (PA1 is possible)It is correct? Thank you.
Hello, I am a beginner in Embedded systems and I have the board DevEbox STM32H7XX with STM32H743VIT6. when i come to select it in Stm32cubeide I don't find this board. how can i fix it? Thank you in advance
Hi @SofLit ,I referred the application notes to increase analog amplitude, but whatever the digital amplitude configured i am able to get only 1.85v as analog volt. How to get 3.3v as volt level for output for DAC.
Can the memory generated by DMA be accessed and used as data? And how?
Setup- I am using Platform I/o to upload code to STM32 , Teensy. I am Sending Data from one STM to another STM via CAN and the message that I received on STM I am communicating it through UART to Teensy to Serial print it. I couldn't Serial print us...
Hello,I am currently designing a product which uses the STM32G491REI6 (UFBGA64 package) as the PCB cost more because of the usage of micro and blind vias, i am thinking to switch to the LQFP64 package. I checked the datasheet https://www.st.com/resou...
You want to use TIM1 to trigger GPDMA to move the GPIOB->IDR data to a variable. The previous implementations were based on stm32L4, but I don't know how to implement gpdma. Attached L4 project. *This post has been translated from Chinese to comply...
HiI don't know how to configure the CAN filter bank registers to receive extended IDs in ID list mode.Naturally, I read the manual, but there was no explanation.Even if there was, it would probably be difficult to understand. I found the following d...