Ask questions, find answers, and share insights on STM32 products and their technical features.
Hello,I'm still able to read i2c sensors (such as the TMP75 temperature sensor, the FT6336 touch sensor, and the TCA6424 multiplexer).However it seems I'm not able to read data from OPT3001 ambient light sensor. The code is the followingstatic void ...
In STM32F407, I get into trouble when I write the scatter file as follows. LR_IROM1 0x08000000 0x00020000 { ; load region size_region ER_IROM1 0x08000000 0x00020000 { ; load address = execution address *.o (RESET, +First) *(InRoot$$Sections) .ANY...
God moorning I trying to view the output of sprintf of float value on the terminal I/O using nucleo stm32L4.I am using IAR. but i see just 0. char pippo_alb[20]; sprintf(pippo_alb,"%g", 27); In ''project options...
Hi, I have a design with STM32F407ZGT6, using lots of stuff - external SRAM, USB, SDIO, USARTs for MIDI in/out, etc. Also I use VBAT to maintain RTC and device settings while it is off.First, I had a problem with high VBAT current (about 1mA) while t...
Dear ST Hello,I am implementing an infinite state machine on stm32F409 board and I have an issue.I Have a periodic pwm of 60us triggered. I Want to move all the code to the main while loop from the Interrupt service routine.My objective is to run ea...
Hi, I would like to send a data from my STM32F401CC to Arduino. I have connected Tx to Rx and successfully upload the code to stm32 and Arduino Uno. I don't get the values right, only first four readings, then all the values become random. This is my...
Hello Gals/Guys. I recently purchased a NUCLEO-F439ZI after playing around with F0-DISCOVERY. As is tradition, I wanted to make a LED blink. I have failed miserably. I started in CubeMX to for the initial setup using all the defaults. Using the...
Hello I am working with the STM32f4 development board. I'll make one LIN(Local Interconnet Network) master and one LIN Slave instance but I don't have any example.Has anyone created a sample code?