STM32F411CEU - detection of USART port - bare metal - linux 64-bit
I work with a 64 bit linux and a stm32f411ceu microcontroller.Unfortunately there is no detection under linux from the uart port. Are there experiences or sources?
Ask questions, find answers, and share insights on STM32 products and their technical features.
I work with a 64 bit linux and a stm32f411ceu microcontroller.Unfortunately there is no detection under linux from the uart port. Are there experiences or sources?
I was unable to configure ADC1 to measure a "4 channel sequence" and then generate an interrupt.I am using the injected result registers to read the values in the ISR.Adc_Value[0]= ADC1->JDR1;Adc_Value[1]= ADC1->JDR2;Adc_Value[2]= ADC1->JDR3;Adc_Valu...
Hello,I would like to know whether I understood the application note about the Vcap pins correctly. If there are 3 Vcap pins on the package, then 2 capacitors should be placed and one has to be connected to another. I'm not sure about this connection...
Hello guys,In some of the products we developed with STM32F429, we received the write-protected error I mentioned in the image. I know how to turn off write protection, but I can't figure out how it activates independently. However, there are also ma...
Heyho,first of all, I know this is a Microchip product, but their forum is rather dead.And I have seen some people here using the KSZ8863RLL. So please bear with me... I'm currently working on a big and complex PCB including the "dual PHY" KSZ8863RLL...
On a STM32H745ZI-Q - Board I want to create periodical 4-byte SPI transfers triggered by a timer. So far I got this working the following way:TIM triggers DMADMA initiates the SPI transfer.However, the SPI transfer timing (CS low) has a high jitter ...
HI all, I am building a system to control my battery charger.When I power up the system from the DC power supply it work perfectly.But when I power up this with AC power supply it gives below error. What can be the possible error?
Are there experiences regarding the record of a signal in look to the 64-bit platform linux?Do I need a 32 bit-emulator or something like this?
Hello Everyone!I'm facing a problem with all the examples on this package FP-AI-Vision and my LCD only displays noises. I have the board STM32H747I-Disco model MB1248-H747I-D03 and the display MB1166-A09. I realized that in this package doesn't has t...
Hello, I've written a software to use the FDCAN (classic frame 500kbit/s - PB8/PB9 pins) on Nucleo-H7ZI43 (FW_H7 V1.7.0 and stlink V3J13M4 FW)All works fine, I'm able to transmit and to receive message with different ID and DLC by mean Innomaker CAN...