Resolved! STM32H7H743 flashloader (Demonstrator GUI)
Is have support this chip in flashloader?
Is have support this chip in flashloader?
I registered on stm32-c2c.com website but it continue to tell me that it needs to confirm my email. I never got email with confirmation link. When I click "RESEND" button it says "Email successfully sent" but I never got any. It does not allow me to ...
Posted on March 15, 2018 at 12:37I wanted to try Nucleo-H743 board to see, if H7 MCU is a good choice for my application. But it seems like there's no vendor that provides the board. I think it has been a while since the board is out of stock. Does ...
Are there any plans to release a new CubeF1 with the new CAN HAL?
I'm trying to find how to program the STM32F401RET6 MCU on a standalone PCB without the development board. The datasheet specifies using JTAG for debugging but does not specify that this could be used for initial programming too. Could anyone help me...
I downloaded "STM32L0 CAD Symbol and Footprint files", open STM32L0x1KUF6.bxl, and converted it to .lbr Eagle CAD file. I opened the file in Eagle and realized that some pins(No.1,5,17) are hidden. why? I'm a beginner of Eagle
Hello all,I am using the nucleo Board Stm32F303Ze where I want to trigger the ADCs with Timer1 after 3 or 5 cycles when the Timer is set to 144 MHz. The configuration is done in CubeMX.Generally the triggering of the ADCs and the transmission via DM...
Hi, now it seems I can successfully sample audio data, below is the spectrum of 10KHz tone signal.However, in an acoustically quiet room, the mic can still sample high freq noise, which confused me.Now there are 2 things also confuse me:It seems the ...
Greetings, I'm using an STM32L496. I have a peripheral connected to PE11, which I have configured as an interrupt on the rising edge. I have another circuit connected to PA11, which is normally an input. So far no problem. In order to do a sel...
Hi everyone. I am writing an application which samples 2 ADC channels using DMA triggered by a timer. I have this functioning. I understand these are sequential reads. By this I mean that once the timer triggers ch 1 will sample/convert followed imme...