STM32F103C8T6 issue with ADC Dual Mode
Posted on April 13, 2018 at 05:04The original post was too long to process during our migration. Please click on the attachment to read the original post.
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on April 13, 2018 at 05:04The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on April 12, 2018 at 02:56Hi there, I am attempting to implement capacitve touch sensing using basic touch keys with an stm32f051. I have generated the project with STM32cubeMX, so setup is all there. But, struggling to write code to perform ...
Posted on April 10, 2018 at 04:59Hi!I am curious about the main.c file among the files generated by the stm32cubemx program.I want to configure directly the system clock in the main function without calling the SystemClock_Config function in the mai...
Posted on December 20, 2017 at 13:04Hi, everyone.I2C peripheral has been initialized with STM32CubeMX according to the picture bellow:I am using I2C1, pins B9 (data) and B8 (clock) in STM32F4 - Discovery. The device�s address is 0x60 (Says the datas...
Posted on April 10, 2018 at 16:23Hello,I found that WFI instruction modify R0 register value. This happens at least on SysTick interrupt. Value, if modified, appears to be mostly 0, but sometimes is random.WFI behave weird on stm32L031G6, but works ...
Posted on April 12, 2018 at 15:36Hello,lately I've been trying to connect my STM32f769I Evaluation board to Joystick. I've read in user manual that Joystick is connected to MFX (Multi-Functinal eXpander) over I2C1. Also I've found adress of MFX whic...
Posted on April 12, 2018 at 18:46Using STM32F0 device and having some trouble with NSS hard output returning high after transaction, and also when using idle high clock polarity the preamble idle state is changing. Sometimes it toggles high before ...
Posted on April 12, 2018 at 08:29I am using STM32L496 , OV5642 camera module and ILI9341 based TFT display. Display is showing 2 images and occupying only half the LCD screen space. Any leads on how to resolve will be very helpful. Thanks. RegardsA...
Posted on April 12, 2018 at 14:37Hai,we are using a STM32F070RBT6 controller for development i need a clarification regarding I/O'sif we want use FT 5 V tolerant I/O we need add any external component or just enable has high.ThanksRakshith
Posted on April 12, 2018 at 15:52Suggestion to optimize CPU time.Hello,I'm working on STM32L433 device and I use the LCD peripheral embedded. The CPU executes my main loop every 50ms, like the description below. And I refresh the LCD display at each...