STM32F105/7, STM32F2 and STM32F4 USB on-the-go Host and device library : V2.2.0
Hello guys,Looking for "STM32F105/7, STM32F2 and STM32F4 USB on-the-go Host and device library" (STSW-STM32046) with version V2.2.0.I anybody able to share?Thanks,Max
Ask questions, find answers, and share insights on STM32 products and their technical features.
Hello guys,Looking for "STM32F105/7, STM32F2 and STM32F4 USB on-the-go Host and device library" (STSW-STM32046) with version V2.2.0.I anybody able to share?Thanks,Max
Hi,If I configure the LSI as clock source my STM32C011F4U6TR code stuck at this pointHowever there is no problem if I configure HSISYS as clock source.Why? Could anyone help me with this issue?Thanks in advance,Gaston
Hi community, I am getting error in my stm32 microcontroller system which is used to communicate data of the sensor uart. Initially everything is working fine the adc data is coming perfect. Able to send data through uart without any error. But afte...
Hello. i'm trying to controll actuator by lin protocol. Which mcu is fit for me? and what i have to perchase more things? (for example, lin transceiver is need nor not, 1 more mcu for master-slave configuration) and which software i can use for it?...
Trying to communicate MAX31856 With STM32F401STM32CUBEIDE 1.15.1ADAFRUIT MAX31856 Breakout Board uint8_t data[2]; uint8_t addr_data[2]={0x04,0x00}; while (1) { HAL_GPIO_WritePin(GPIOA, GPIO_PIN_4, GPIO_PIN_RESET); HAL_Delay(10); ...
Good Afternoon Sir/Mam, Sir/Mam, I have a query about the DCMI of STM32U5 Series MCUs. I have read the Datasheet of following MCUs-1) STM32U5A5VJT6Q2) STM32U595VJT63) STM32U595ZJT6Q4) STM32U5A5AJH65) STM32U5A5QJI6Q6) STM32U5A9NJH6Q7) STM32U5A9...
Hi ST, Can you please suggest me the solution of my problem, below is the problem statement I have configured the stm32f446RE oard to use CAN1 in loopback mode, using CAN start in a function but the MSR bit 0 INAK is not resetting in the HAL_CAN_Star...
Hello,I'm currently preparing a program for steering a telescope at my University. Everything was working fine, until I started to have a problems with generating a specific frequency for one an axis. Generally, the problem is that I cannot set a spe...
Hi, I am using STM32F072RB-disco board to implement SPI communication with an external system. SPI MODE :Slave mode full duplex communication (for both SPI) From the external system I have to receive and transmit the 63 bytes of data with 2 SPI's (S...
Hello Team, I have imported an example code of CAN protocol in loopback mode but unable to test the signal in DSO and as well as in CAN BUS ANALYZER can you please help me how to check the same in CAN BUS ANALYZER and as well as in the DSO from which...