Resolved! static declaration of 'MX_FDCAN1_Init' follows non-static declaration - NO IT DOESNT!
I got an error, that is actually not true (see pictures). I just used cubemx to change one pin... And now this.
Ask questions, find answers, and share insights on STM32 products and their technical features.
I got an error, that is actually not true (see pictures). I just used cubemx to change one pin... And now this.
STM32H7 has a FMAC (Filter mathematical accelerator), and FFT also build on multiply-accumulation operations similar to the filters. So, can the FMAC be tweaked to implement FFT with minimum MCU intervention. And also FFT calculation with M7 core wi...
I am working on a pathological voice assessor device, using the STM32H747-DISCO development board. I’m a new user and need some help with configuring and sending data from the DSP to PC - there is also a separate connection for debugging from my Macb...
@mƎALLEm hello again, So , i am facing a problem to display the frame i am supposed to send from CAN_Tx pin in loopback mode. I am using picoscope to display. Here is the function i wrote to configure the Header, and send the data: void CAN_send(...
Hello, i am using f446re nucleo board and have been facing a problem for a while now. I need to establish a loopback CAN transmission and the debug mode allows me to find a bug in the CAN Start function: HAL_ERROR 0x1 returned everytime i attempt. he...
Dear ST,I was pleased to hear about the new STM32H7R/S lines, especially with the new graphic acceleration features in the R-line.However, and perhaps I have missed something, but I have to admit I am also disappointed about the absence of large size...
DS says otherwise - that SMPS is available in *all* packages for 'H725: To me it appears that it's the infographics which is wrong. Wasn't the footnote supposed to go into some other sub-family?JW
Hello,I am not able to find the memory map for the processors stm32f777zitx.It tells to refer to product line reference manual what does that mean?I checked everywhere on the internet but could not find it.
STM32F103C8T6 enables SPI1, but does not use MISO pin (PA6), can this pin reuse other functions? For example, timer function.
Hi, I got a problem with the reception using USART7. I'm using it in the interrupt mode but the problem is that the data in the buffer is not coming well. I'm connecting STM32F407 board with the STM32F746 using UART. When the F7 transmits, there's no...