Sample codes for STM32F051C6
Dear sir/madam,I want sample codes for this controller i.e. STM32F051C6. Please provide the sample codes for following parameters.TimerPWMDACDisplay 8x2Thanks and Regards,Thippeswamy H U
Dear sir/madam,I want sample codes for this controller i.e. STM32F051C6. Please provide the sample codes for following parameters.TimerPWMDACDisplay 8x2Thanks and Regards,Thippeswamy H U
Posted on May 24, 2017 at 15:34Hi,We are working with SensorTile (STM32L476). To reduce power consumption, we are using the standby mode with sram2 retention. Our intention is to configure BlueNRG-MS (with advertising enabled), enter standby mode an...
I have a problem with the operation of the I2C interface on stm32f103. Hangs waiting for ADDR bit(while(!(I2C1->SR1 & I2C_SR1_ADDR))) in the master transmit mode.In the Internet, many people have this problem, but is no solution. Who was the problem...
Posted on April 14, 2018 at 07:52 Hi, I am trying to learn PWM generation with STM32F030F3P6. Generated code using STM32CubeMX. Basic PWM generation worked fine. Now I am trying to change PWM pulse width dynamically in while loop of mai...
simple things like:...float x = 0.5432;...x += 0.03;or... int y = 17;x = (float)(y*1.0); // expect result 17.0...
HiI was using STM32L011F3 controller for my project. I am using ADC for 4 channels and I2C , timer peripherals. I downloaded stmcube32l0, in that STM32L011K4-Nucleo driver files i took because it is similar to my series controller. I developed the...
Hi,I have question about streaming data to Percepio TraceAlyzer when the MCU is in Tickless mode - in my case in STOP mode (main clock is stoped). I use FreeRTOS and STM32L152VB. My application periodically wakes up with period T=1.5 s. I use for tim...
Hello,we have a pcb with an STM32F765VIT6 on it. Everything works nicely except that there are unfrequent bit flips in the flash after disconnect and connecting the power supply..We tried to activate the brown out reset in software but after measurin...
--- Problem solved! - as I can not delete the post, I edited this one