I used SPI. 8 bit. HCLK / PCLK1 / PCLK2 is 1 MHz from HSI. I've run the standard code many times:SPI->CR1 = 0; SPI->CR1 = (0x7 << 3) | (1u << 2); SPI->CR2 = (1 << 2); // Without OVR. SPI->CR1 |= 1 << 6; // Enable.It worked. Many launches after tha...
Hello all, I am new to the STM32 environment. I have a Rasberry pi's I2C lines connected to a NUCLEO-L552ZE-Q on the I2C2 peripheral on pin PF0 and PF1. I have set up the address to 0x50. I have attached a text file showing different instantiations a...
Hello,iam trying to connect an SD Card to the SDMMC Port via SD 4 bit Mode. On FatFs iam always getting FR_NOT_READY. So there must be a Problem with the SDMMC.Ive google every Thread i could find, but I dindt found a Solution. I use CubeIDE 1.5.0 fo...
This is my first STM32 project, I have little experience with the CubeIDE or STM32. I am trying to move over from doing all of my previous projects on Arduino.I have got the DS3231 working using the STM32CubeIDE. Board = Nucleo 144 - F413ZH.I am read...
I need to change my flash jump address when I update firmware. I am using sm32h750 microcontroller, I can change the application code start address with flash .ld (linker) file with this MEMORY { RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 192K C...
I have problem with the result from ADC. I divide it into two problems and will try to describe them good below. First some facts about the design, software and ADC configuration.Device: STM32G0B1CCU6Software using: STM32CubeG0 MCU Firmware Package V...
Which st training partner should I do course with? And the course should help me to get a job to develop really good products. Please can anyone suggest me a good partner and course?
I need issue software reset after 1s when power up stm32f0xx, like press hardware reset button but i need in software. plz help me implement only one time after amount 1 second when power up stm32.