STM32F100RB "commmand not supported" error
Hi,I am working with STM32F100RBT6B. I am getting "command not supported" error while flashing the code using Keil Ide with ST-LINK V2 debugger. Please help.Thanks.
Hi,I am working with STM32F100RBT6B. I am getting "command not supported" error while flashing the code using Keil Ide with ST-LINK V2 debugger. Please help.Thanks.
Hello. I use Timer 2 on STM32F401CCU6 to read rising and falling of clock signal. Timer 2 channel 1 in Input capture direct mode (Rising), channel 2 in Input capture indirect mode (falling). I registered an timer callback event and do some calculatio...
Hi,I need some initialization code for STM32L4R9 to drive a DSI display (1.2 rounded) 1 line. I cannot find any reference online on how to drive this kind of display. I also have initialization DSI frame from display manufacturer but I cannot make DS...
// Init the GPIO GPIO_InitTypeDef GPIO_InitStruct = {0}; HAL_GPIO_DeInit(GPIOA, GPIO_PIN_2|GPIO_PIN_3); GPIO_InitStruct.Pin = GPIO_PIN_2; GPIO_InitStruct.Mode = GPIO_MODE_OUTPUT_PP; GPIO_InitStruct.Speed = GPIO_SPEED_FREQ_LOW; HAL_GPIO_Init(GPIOA, &G...
Hello,I am familiarizing myself with the SPI controller on a NUCLEO-F303K8 development board using the CMSIS device headers. I have written a program to send and receive a single byte using polling or interrupts. While functionally it appears correct...
Here,PF2_NRST pin (Pin Number - 4) is configured as digital input pin.And PA13 pin (Pin Number- 7) is configured as digital output.When toggling the pin PA13, getting proper voltage level 3.3 volts and 0 volt. While reading low level on the input pin...
Hi, I found a post by Renesas, about using Azure rtos, where it is possible to use the HUB class for USB Host.Can any problem already known to the internal PHY also occur in the external PHY? Is the external PHY able to be used with USB HUB?Using Hub...
Attached a failure log with 6 failures. I am open for support and a discussion.
Hey Guys , I am working with stm32l053 controller and MFRC522 . Can anybody share any link which has library for MFRC522 UART communication instead SPI.Thanks in advance.