Resolved! RK043FN8H-CT672B for STM32F756BGT6?
Do I need to use RK043FN8H-CT672B for STM32F756BGT6?
Do I need to use RK043FN8H-CT672B for STM32F756BGT6?
Greetings,I have a project on the Nucleo F767ZI board where I try to send a CAN message to another device (in particular, an Maxon EPOS4 Compact 50/5 drive). I can receive messages from this device with no problem, however, as soon as I press the but...
Hi, I would like to use system wake-up pin 1 (PA0) as an external interrupt to wake up my MCU from standby mode. Understand that a rising edge on PA0 (wake-up pin 1) should trigger the MCU to exit standby mode. However, I am encountering difficulties...
I am trying to read the data interpreted in a SIF signal using a Nucleo-F072RB. There are three parts to be identified in this signal;Synchronization signal : A 50 ms LOW signal followed by a 0.98 ms HIGH signal.Bit 0 : 0.98 ms LOW + 0.46 ms HIGH.Bit...
Hello,I have the NUCLEO-G474RE kit and am trying out basic exercises such as toggling GPIO pins, setting up timers and generating PWM gating pulses. I got GPIOs and timers working. I got basic complementary PWM working on Channel A with the HRTIM. Bu...
Hello you guys.I’m having trouble operating the STM32F746 board.I designed an embedded board using the STM32F746 and attempted to control LEDs through CubeIDE. While compilation and program uploading were successful, the LEDs do not function at all.I...
Are there any plans for ST to release an ARM Cortex M55 or (more hopefully for me) an ARM Cortex M85 line?I am extremely interested in their number-crunching and vectorization features, and am very keen to see how they would perform in a real-time au...
Dear Community, Once again I am struggling with CAN Filters for extended IDs using CAN2 on a STM32F765. I have the ID 0x010100 and the filter should look like 0xXX0101XX where the X hex should be ignored. One of my early approaches: uint32_t filter...
Hello, I have tested the kit discovery NUCLEO-L010RB and the program PWR STANDBY(mcu STM32L010RB), this work fine. I would like do exactly the same test with the mcu STM32L010K8 (so the same family like STM32L010RB), but I have a problem, the progra...
Hello,Disclosure: I am fairly new to using STM based Microcontrollers, as well as DMA.I am using an STM32F767ZI MCU on a custom PCB. I am trying to Implement an SPI interface to an DAC Chip (AD5443) through DMA (no interrupts as of the moment). My DM...