STM32F072RB CAN bus
Posted on April 18, 2018 at 07:17The original post was too long to process during our migration. Please click on the attachment to read the original post.
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on April 18, 2018 at 07:17The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on April 19, 2018 at 01:21Hi,I am new to the ST products and I am working with the STM32L433, I have an evaluation board. So, I was looking the software that you provide and for this MCU only have 5 examples. (PWR and Templates). I was wonder...
Posted on April 18, 2018 at 02:11Hello everyone,I'm trying to get USB Host CDC working on STM32F407-DISC board. I'm using USB library version 2.2.0.So far, I got enumeration working fine by connecting a CDC device. I'm able to send data to the CDC d...
Posted on April 18, 2018 at 22:41Hello,I am new for STM32. I got NUCLEO-144 F429ZI board. it is pretty good start board. However, it seems pin mapping are different from different board. I can't find any documents to tell me the pin mapping. I use s...
Posted on April 14, 2018 at 15:23I add earlyprintl support for stm32f767igt,and it seems success.i modified the start_kernel() function as belowextern void printascii(const char *);asmlinkage __visible void __init start_kernel(void){ char *command_l...
Posted on April 18, 2018 at 17:00Does anyone has been able to use DFSDM to filter data from the internal ADC?I have ADC triggered by a timer in order to acquire data equidistant in time.It works fine but I need to filter them better than using its o...
Posted on April 18, 2018 at 15:01Recently, I've encountered problems with 'HAL_UART_Receive_IT()'. So I go here for solutions. I see several suggestions to put another 'HAL_UART_Receive_IT()' in 'HAL_UART_RxCpltCallback()', but they didn't give whi...
Posted on April 18, 2018 at 06:43HiAfter looong work with Microchip's PICs we are moving our desing on the fly to STM32L4 series MCU because it has hardware SDIO core. After some tests I see 55Mbps on STM32L476-EVAL with microSD Class 10 and 32KB bu...
Posted on December 22, 2017 at 15:58I have a problem understanding the choice of BankNumber value:1- how to choose the BankNumber value and the relation with the FilterNumber register2- what is the register that must support the value of BankNumberT...
Posted on April 15, 2018 at 10:06Hi to alldatasheet 13587 Rev 17 5.3.1 table 9 says: Vdda must be same potential as Vdd with a maximum diff of 300mV (footnote).5.3.18 table 46 says: Vdda must be between 2.4 - 3.6 and not mentioning anything about Vd...