MCP2515 Module Library
Hello,I would like to use MCP2515 module which can be found here. Is there any tested official or nonoffical library that I can use with stm32f429-disco developer kit? Thanks inadvanced.
Ask questions, find answers, and share insights on STM32 products and their technical features.
Hello,I would like to use MCP2515 module which can be found here. Is there any tested official or nonoffical library that I can use with stm32f429-disco developer kit? Thanks inadvanced.
I'm trying to write on the flash of the stm32u5 microcontroller. Why in the flash driver, in particular in the file stm32u5xx_hal_flash.c, is present only FLASH_TYPEPROGRAM_QUADWORD and FLASH_TYPEPROGRAM_BURST? Is it not possible to write on the flas...
I am working on a STL32F401RET6 MCU and the HAL_UART_RxCpltCallback() doesn't work even though I turned the global interrupt on.Here is my code for the callback functions : void HAL_UART_RxCpltCallback(UART_HandleTypeDef *huart) { HAL_GPIO_T...
Hello,I am working on a CANbus communication with a critical system component that, if it is NOT communicating, portions of the systems should be shut down. I am trying to come up with a way to determine if communication is lost, but I feel like the ...
Hi everyone,I am currently experiencing some issues with the FDCAN interface; my setup consists of two nucleo boards (Nucleo-G0B1RE) which use FDCAN interface to communicate with each other. As transceivers I am using two ATA6563-click boards.The clo...
I am working with a NUCLEO-C031C6 board using STM32Cube ide V1.11.0 and I am noticing something weird with my ADC readings, I am using PA0 and PA1 for AIN0 and AIN1 when I launch the application I get the correct value if I have a signal input on AIN...
Hello everyone,I am currently trying to connect a APS51208N PSRAM to a STM32U575ZIT6 using the OCTOSPI interface. I followed the steps for the first example in application note AN5050 (chapter 5.2.5, number 1). However when I step through the program...
Hi, I am working on a design where FSMC interface is used. However, I need STM32F4 device to act as a slave on FSMC bus. Is STM32F4 able to act as the FSMC slave? Thank you.
Hi, i'm using an stm32F446re to read modbus rtu buffer from plc using usart1. now i need to send this data to a server using the gprs module sim900a on uart4 via tcp/ip. Any help please???????????