Hello,I have to implement the STACK for CAN of stm32F4 series.SO there is any paid service for CAN STACK implementation ,how I can get it that service?
I have almost 2 year experience with stm32 MCU. if I had any problem I solve it with in one or two days. But right now I'm facing a very strange problem and stuck on it from last 25 days.. I'm working on Grid connected inverter control board. In desi...
Hello, I am developing an external flash loader using Spi (W25Q16DV) with Stm32G070.Yes, the operation is going well without any problems.However, the peculiar thing is that it doesn't work when you write the user program in the internal flash and ru...
The structure of the code is:A library called "clientManiobra.a" to be placed in "CLIENT_ROM" memory region. Library requires to place a struct constant in the very first position in "CLIENT_ROM" memoryThe above library to be linked with main applica...
I would like to put STM32F030K6T6 into STOP mode (low power mode), in which there should be current consumption around 5 μA.But whatever I do the current consumption is around 450 μA in stop mode.There is basically nothing else on the PCB, it's as si...
Hello,regarding the STM32G474 I have some questions regarding the CAN Controller:1) The CAN-Controller has an input called “fdcan_clk�?, is this connected to APB1-peripheral-clocks?2) How does the CCU work to generate the fdcan_tq_ck, how shoul...
I am trying to use spi interface between 2 stm32f429zi discovery board and i found a code provided by ST that is inside reposity folder. Basicly it says it is an example for two board comminucation. But i could not manage to build that code file from...
I have NUCLEO-144 H723ZG board. I created a frequency meter app for the NUCLEO board, but the quality of the frequency measurement a sinusoidal voltage is very poor. I have a generated 720mV RMS, 126.7Hz signal between 0 and +2.5V (max) biased to +1....
I am using STM32F429ZIT6 - NucleoI have TIM2 as master in encoder mode generating TRGO on OC3REF to TIM1 & TIM8 slaves in Output compare One pulse mode.I can generate pulses on both Channel 1 of TIM1 & TIM8 but I would like to have a ration:1 of one ...