User Activity

HiI have a STM32F756VGT6.Please see picture attached.There are two dots and the datasheet sheds no light on which could be pin-1Could someone please clarify this silly question.RegardsSrinath
HiWe are trying to communicate between an F407 Discovery using SPL's CAN implementation and F756 Nucleo running HAL's CAN implementation.Here is the calculation for time quanta and Baud rate...Baudrate = 1 / Nominal Bit TimeNominal Bit Time = 1 x Tq...
HIWe bought a AMT102-V encoder from CUI devices. It is a 1024 pulses per rev encoder.We are using a STM32H745 nucleo board and the HAL library with inbuilt pulse detection for quadrature encoders. Code is being run on the CM7 core.Every pulse increm...
HiI want to use the Cryptographic peripheral on the above nucleo board, in the following way.Serial message from embedded board-->H745 crypto engine-->wireless transmission-->Decrypt packet on remote x86 laptopAnd the reverse direction tooSo clearly ...
I am working with STM32F303CB and want to use Standard Peripheral Library only.How do i achieve the above ?After DMA controller has transferred data to RAM, i want it to generate an interrupt.How do i achieve this ?