STM32L476G-EVAL board connectivity options
I have bought STM32L476G-EVAL board and am planning to port IoTivity. What are the connectivity options for this board for the mentioned purpose?
Ask questions, find answers, and share insights on STM32 products and their technical features.
I have bought STM32L476G-EVAL board and am planning to port IoTivity. What are the connectivity options for this board for the mentioned purpose?
I am trying to send the data from stm32f103c8t6 to can analyzer but i am always getting the time out. I have uploaded my code i am using the can transceiver MCP2561. I am really struggling with this from around one month , If you can rectify my code ...
Hello! I can not extract files from the archive en.stm32-mat_target.zip (STM32 embedded target for MATLAB and Simulink (RN0087)), which I downloaded from your site. Tell me what I'm doing wrong?
Hello everyone,For a project I need to delay a 0->3V3 block wave with a +-400µs delay.After some searching for examples I did found a lot of examples reading an ADC input with DMA to memory. Also I did found some examples of pushing data from memory ...
Hi, I try to speed up my core because I need speed. I have routine who start PWM and I need it to be done in 1,33 microsecond. My problem here is my clock core speed is 10MHz, (according to keil uvision 5). And when I watch the assembly code, for sin...
I'm using a L432KC nucleo for my project. If I have some normal GPIOs (no timer channels) configured as output, how can I give a pulse for a certain period of time? Is this when One Pulse Mode comes to play?
HiI design a custom board with STM32f429. I want to send and receive messages via CAN. I can receive message but I can't send any message. I used HAL library and SPL library and they have the same result. How can i resolve it?
Dear allHello? Now I use STM32F103 SPI3 and M95512(SPI EEPROM). void SPI3_Config(void){ SPI_InitTypeDef SPI_InitStructure; GPIO_InitTypeDef GPIO_InitStructure; SPI_Cmd(SPI3, DISABLE); SPI_I2S_DeInit(SPI3); RCC_APB1PeriphClockCmd(RCC_...
I am trying to compile a portion of code from a project I found on github. I made a new project with MXCube and am compiling with the Ac6/Eclipse environment. I am getting the following compiler error:In file included from C:/CircuitAbbey/Development...
Dear Sirs,Can I use STM32Bube USB device library to implemet USB interface descriptor contains both a Bulk-In endpoint and an Interrupt-In endpoint? The function of these 2 endpoints are listed:Bulk-In endpoint is used to dump device status while rec...