Hi,I have a structure in code with name Config_t, i want to access the size of this struct in my post build command.How can i do that? The Config_t may get change next time so giving a constant size in the post build command is not an option. Thanks
I looked at both the datasheet and Oscillators design document for stm32 controllers. Both suggested the same speed for external Osciallaotrs for stm32F7 controllers that is 4-26 MHz.BUT, in the stm32cubeMx it gives you option to select external HSE ...
hi,i am facing problem with ADC, when nothing is connected on ADC pin it still shows count. i thought may be the pin is in float condition. i pulled it down but still its showing counts. cant find the problem.
So, stm32f7 will run using 50MHz HSE despite the fact that max input should be 26MHz? But the thing is in bypass mode it will only run at 50MHz and it will not go via PLL. Where is this information documented?
Hi Clive,i am facing a problem, i want to accept all messages to CAN except with the ID 0x17F00010 that uses a EXT ID. all my other messages are StdID. i am able to create filter that wastes the messages with IDs 0x10 but that also filters messages ...
thanks for the response.i am using stm32f107, ADC1 and channel 1 which is mapped on pin PA0. i am using ADC in interrupt mode, i am using HAL_ADC_GET_VALUE( ) function to get the value. after converting values in volts its is 1.65 volts approx. that'...