Resolved! I burned the NUCLEO-F429ZI MCU
Hello, I have a spare STM32F427ZI MCU. Can I replace F429ZI with F427ZI? Please suggest some other possible replacements for F429ZI.
Hello, I have a spare STM32F427ZI MCU. Can I replace F429ZI with F427ZI? Please suggest some other possible replacements for F429ZI.
I am using the STM32L4S9AII6 clocked at 120MHz. This device is being used as a slave to a master that is clocked at a much higher frequency. They communicate over the SPI1 bus. I am trying to optimize the rate of communication between these two devic...
I am using HAL_SPI_Transmit() API to write to slave's register, how can I confirm that it has actually find the right register and write to it? is below code right?uint8_t R44=0x2C; //register addressuint8_t R44_data[2]={0x00,0x00};// data to be writ...
Hello everyone,I'm trying to read the frequencies of the TCS3200 sensor, which should give frequencies according to the colors it detects.The sensor, used with Arduino, works very well, however using it with an STM32G0 I encounter difficulties: when ...
Hello...I am collecting 480 samples of multiple channels of A/D1....I want to do this every 60 seconds. I am running in Normal mode because if I stay in Circular mode the A/D data continuously updates even without the trigger which is not what I want...
In AN2606 it says:"For STM32 devices having the Dual Bank Boot feature, to jump to system memory from user code the user has first to remap the System Memory bootloader at address 0x00000000 using SYSCFG register (except for STM32F7 Series), then jum...
Hello, I am currently working on a motor setup between an STM32H750VBT6 with a CJMCU-1051 and a motordriver VESC mini FESC 4.20. I have 5 PDO messages coming from de Motor controller which I can read in normal mode. However, after a while the STM32H7...