User Activity

Hi,I'm using STM32F767.​​I require the use of a 128 bit floating point in C and I couldn't find how to do so.I did a research on​line and I saw one suggestion to use the datatype "__float128"but the build failed due to "unknown datatype __float128"​I...
Hey,I'm new with STM32 =)I have STM32H743ZIT6I'm trying to read GPS data from ublox device.After creating a new project with STM32cubeIDE.This is the following configuration in the IOC file:USART2DMA - USART2_RX with circular modeglobal interrupt ena...
The CAN bus transmit some raw data at 500Kbits/sec and is transferred via transciever to pins PB8(Rx) and PB9(Tx).I tried to configure the followed values from the cubeMx platform (since my CLK on APB1 is 42MHz): prescalar=6, TimeSeg1 = CAN_BS1_11TQ,...