What are the STM32G030J6M6 pin functions after reset
The STM32G030J6M6 is the SO8N device.The Datasheet lists different functions upon reset for pins 4, 5, 8Any help appreciated
The STM32G030J6M6 is the SO8N device.The Datasheet lists different functions upon reset for pins 4, 5, 8Any help appreciated
Hey Guys , I am trying to interface MAX11212 adc with stm32l053 controller. But i am not getting any data on my RX buffer. Details about max1121218 bit adctwo pin spi moudule with clock and dout pin24 clock cycles required to send data o...
I am trying to run the demo code provided by for nucleo 411RE to BNO080. I am running it in the STM32CubeIDE , but the code was written for IAR IDE.....I tried running that code after adding necessary file but when I tryret = HAL_I2C_IsDeviceReady(&h...
Hello, I have successfully implemented the standard I2C protocol with OLED. To speed up the display operations, I increased the speed of the I2C and it works fine up to 290 kHz.The protocol relies on DMA transfer and the CPU is in SLEEP until the DMA...
Hi everyone ! I want configure external trigger of sdadc in stm32373c-eval. Trigger external is TIM13 configured at 1700Hz (purple signal), when HAL_SDADC_InjectedConvCpltCallback execute i did that toggle LED and the toggle is doing 16's in one peri...
Hi,I tried to use the crypto library "STM32CryptographicV3.1.1_STM32H7_IARv8_otnsc.a" on the M4-core of the STM32H757 but I got some troubles as explain below. First of all, I'm using IAR 9.10 and I haven't problem when using the library on M7-core. ...
I tried connecting the bno080 with nucleo 411RE using motionstudio2 window application to read the data from bno080.....I saved the flash memory for running this application and flashed the stm with another program...I flashed the application running...
i need to measure force of a motor but i don't know i how to measure .please any one help me i'm using 24v dc motor with encoderand stm32f446re controller
Hi,I'm trying to write some c++ code in keil for stm32. I have successfully written C code that compiled well but I can't create a c++ project.anyone has experience with it?
Hello,I am using STM32F746BGT6I am trying for LED toggling.I am using cube programmer for downloading hex. I am facing verification issue, but download was successful. After download complete, i reset my controller. But my toggle logic is not working...