STM32L5 family does not support CAN ?
Hello, I'm working with Mbed on STM32L552RE.As far as I could see the STM32L5 family with Mbed does not support CAN yet.Can I know if it is planned, and if so when ?Bests regards.
Find out more about STM32 implementations with external components, discuss use cases, and discover how to use new tools and ST components.
Hello, I'm working with Mbed on STM32L552RE.As far as I could see the STM32L5 family with Mbed does not support CAN yet.Can I know if it is planned, and if so when ?Bests regards.
Working on uvison5 keil IDEWhen I start the first debug session I don't get any interrupts (BLE).Only after pressing the "Rst" button, and jumping back to .s file the ISRs work.What am I doing wrong?
I'm confused about how to set AUTOEND and other I2C parameters to execute the selective read illustrated in the attached timing diagram. I need to write the address to read from in write mode, then output another START condition right away, then I c...
I have compiled some code on the mbed online compiler and copied the binary code onto the mbed Nucleo64 F401RE board. The LED on the ST_Link board starts blinking for a few seconds, and then the binary file disappears from the USB drive. I assume tha...
I have to write code to write/read to/from an ATMEL 24C256 EEPROM which has a 7-bit address and the eighth bit is for R/W. I guess the MCU should be configured for 7-bit addressing (ADD10 = 0) but in this case how does the MCU write the eighth (R/W)...
Hi guys, i have this type of errors when i try to connect stm32f446re with simulink. I hope that someone can help me to fix the problem.
Hi,I am using STM32L07XXXI am reading/writing and external eeprom using I2C" but I2C communication fails many time ". and system hangsDoes this function run needs to be atomic ?But using __disable_irq and __enable_irq effects HAL_GetTick() ?Can i ena...
Hi,I'm trying to write and read to/from M24512-R EEPROM.Seems that everything is fine writing and reading because HAL return is HAL_OK, but allways I've reading 255 value.My code:int main(void) { /* USER CODE BEGIN 1 */ /* USER CODE END 1 */ ...
In mat/target uart receive block, the message length must be definite and the block waits until the input data length becomes equal to the defined length. if one or more bytes may loss in communication or the message length may be variable, so the bl...