So I've just bought a F722ZE based board which is ideal for the projects I'll be working on, however I was hoping I could get this to work with the arduino IDE and save myself the trouble of learning the new platform, but this doesn't seem to be poss...
Thank you in advance.I am trying use two stm32f103c8t6 to do communication stuff. One is used to be transmitter and another is receiver. The code is simple but it doesn't work. Source code as follows:Transmitter:while (1) { uint8_t tran...
Hi everyone!I’m working with a STM32L475RE design. The project works completely fine in “debug mode�? (using ULINK2) but doesn’t work in release mode. I’m trying to find the code part that could be the problem, using a LED on the initiation. However,...
Thank you for the new I2C peripheral in STM32H7, this really looks VERY much improved compared to STM32F4.Can the STM32H7 I2C in master mode somehow "free the bus" in case of "stupid slaves holding the SDA line down"?It is a quite common problem of I...
Posted on June 28, 2018 at 13:29Hi all,I'm trying low power modes of the STM32. I've noticed that HAL_PWREx_EnterSTOP2Mode synopsis mention that: * The voltage regulator is set in low-power mode but LPR bit must be cleared to enter stop 2 mo...
the MCU stm32L011F3 has only 8k flash ,and without standard peripheral library, only HAL and LL library, as i know, the Optimization of HAL is lowest all of them, and LL driver is little Readiness,can any one tell me, is that the HAL driver can exec...
We use STM32F746 discovery board and run stm32f7 as spi slave with nss as sync signal between each byte. The master drives nss, clk and mosi pins. Clock is 250khz and processing is done in interrupt. Every 100ms 1 byte is transferred. Sometimes the s...
Hi.I changed the debugging tool from IAR to trueSTUDIO for STM32.There is code that IAR created and completed the operation. However, the same code, but does not work in trueSTUDIO.An example of the code is shown below.int a = 0;void HAL_TIM_Pe...
Im trying to set up a KISS FC and i can not get it to connect so i followed some tutrials and used the software but nothing is showing up so i cant complete any of the tutorials.