IoS App support for STM32L USB PHDC device
Hi, Is there any Lib/SDK for IoS app development for USB PHDC application on STM32L MCU. Regards,V
Ask questions, find answers, and share insights on STM32 products and their technical features.
Hi, Is there any Lib/SDK for IoS app development for USB PHDC application on STM32L MCU. Regards,V
Hi guys!I have a problem with stm32f103, I want to check MCU Reset cause, I use RCC_GetFlagStatus is ok, after that i'll clear rcc flag but It's not working & MCU not working when user RCC_ClearFlag. If i remove RCC_ClearFlag function then MCU work n...
I want use external event (GPIOB-pin7) for turning pwm on hrtim1 (like switch), but can't find example how do it. I think I need "blanking with latch mode", but my code does not work.
Hello, I am trying to communicate MCU with using USART1 but interrupt never triggered in MCU.First I am using some definitions. Here is definitions for USART1.#define USART1_PINS_PORT GPIOA #define USART1_RX_PIN GPIO_PIN_10 #define USART1_TX_PIN ...
I am using the STM32 Standard Peripheral Library for STM32F4xx, part number STSW-STM32065 , version 1.8.0.I am using USART6 on a STM32F407 to do SPI transfers. Unfortunately, I ran out of real SPI interfaces. But USART6 has an "SPI master mode" which...
I have a STM32L432KC board purchased by a colleague. I installed STLink device drivers according to sheet and try to set it up. However, it never gets recognized as a STLink device (neither on Windows 7 nor on Mac OS Majove) but rather as a J-Link de...
I haven't found Dfu code anywhere.
Hi everyone,I am trying to develop a Master-Slave system using two Nucleo-L053R8 boards. The first one is the master, which sends a command to the Slave board whenever the onboard button is pushed. Each time a new message is received, the slave board...
Hello,I'm using a STM32F302RBTx in IC2 Slave Mode with Clock Stretching Enabled.In general the Communication with a Master works fine. During testing the following problem appeared: When an Arbitration Lost error is introduced, the Slave detects this...