Resolved! STM32F413xx + MCP2517FD CANFD Controller
Can I do CANFD communication using external CAN controllers(ex:MCP2517FD)?This MCP2517FD controller works with SPI.Microcontroller I'm using: STM32F413VGT3
Ask questions, find answers, and share insights on STM32 products and their technical features.
Can I do CANFD communication using external CAN controllers(ex:MCP2517FD)?This MCP2517FD controller works with SPI.Microcontroller I'm using: STM32F413VGT3
Hey folks,I've seen many posts from frustrated users of USB OTG HAL, especially when enabling DMA. I created a fix for data toggle errors (DTERR) when using DMA with USB_OTG_HS HCD paired with full speed embedded PHY on a STM32F4xx. Hopefully this f...
what is the best/easiest way to have multiple connections to the same debug target using stlink as a debug adapter, i mean during an active debug session within the cubeide have another PC tool (custom built) that can interract with the hw, like read...
Hello ST Community,I am looking for an STM32F4 series microcontroller that meets the following requirements::small_blue_diamond: Microcontroller Requirements::white_heavy_check_mark: More than 2 UART ports:white_heavy_check_mark: Quad SPI support:whi...
I am trying a simple example code for running the server in stm32f407, I have used LAN 8720. The connection are as follows:PA1 -----nINT/RETCLKPA2-----MDIOPA7-----CRSPB11----TX_ENPB12---TX0PB13---TX1PC1----MDCPC4----RX0PC5----RX1 my settings in the c...
Hi everyone,I’m encountering problems with SPI communication with the board NUCLEO-H753ZI and the EVAL-AD5764 from Analog Devices, as this is my first time working with it, and I’m unsure if I’ve configured it correctly.I’ve consulted a forum for Ana...
Is it possible to use the awesome MDF and/or ADF on STM32U5 with input data from RAM? I have not found any configuration for BSMX for this. One use case is an high performance external delta-sigma-demodulator (ADC) on SPI with proprietary data format...
int main(void) { /* USER CODE BEGIN 1 */ arm_cfft_radix4_instance_f32 S; float32_t maxValue; uint32_t maxIndex; uint16_t i; uint16_t height[128]; /* USER CODE END 1 */ /* MCU Configuration-------------------...
Hello, i'm trying to communicate with my b-l475e-iot01a with the bluetooth. In the documentations i don't see nothing about configuration and i don't know how to configure the bluetooth.I don't know how to make the board visible. Someone can help me ...
Hi There, I am currently using the STM32G050C8T6 (LQFP48) and would like to use PA11 as an ADC input, based on the datasheet: DS13514 - Rev 2 specifically table 12, it appears it can be used as ADC_IN15, However in STM32Cube IDE , PA11 can not be ass...