Forum Posts
CAN OPEN STACK Implantation paid service is available?
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?
Very Strange issue with STM32G0 series MCU. (Read if really expert of STM32 MCU)
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...
External Flash Loader don't work
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...
Resolved! I am struggling trying to locate a library header in a specific address. Header has a limited size Error is: ld.exe: DiscoL496_07.elf section `CLIENT_HDR' will not fit in region `CLIENT_ROM' ld.exe: region `CLIENT_ROM' overflowed by 269730352 bytes
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...
Resolved! STM32F030 High current in stop mode
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...
STM32G474: CAN-Bus clock and timing setup
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...
Resolved! How can i use example codes that inside reposity folder?
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...
Resolved! Frequency measurement with COMP1 and TIM2 NUCLEO-144 H723ZG board
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....
Decimate two Onepulse timers
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 ...