STm32f407 problem in standby and wakeup
Posted on September 30, 2016 at 07:41STm32f407 problem in standby and wakeup
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on September 30, 2016 at 07:41STm32f407 problem in standby and wakeup
Hello everyone, I'm trying to develop a simple DAQ, most of the code is generated by stm32cubemx then I just added two callback (HAL_ADC_ConvHalfCpltCallback and HAL_ADC_ConvCpltCallback) to send the half buffer data by the USB virtual com, pretty s...
I want to be able to program a STM32H7 device with something like a device ID, for example, this device is #10, and that devices is #55. This would affect the behavior of the device, so it must be possible to read that number through the firmware, so...
Hello Community!,I am working on STM32F745IG, where i am interfacing 24 SPI slaves to STM32F745IG MCU. Please let me know how many slaves can be connected to single SPI interface in STM32F745IG?. I looked into datasheet, I couldn't able to find. Than...
Hi, I have STM32F407VET6 which has such memory layout.As I understand CCM data RAM is unused by default and just waits to be used? So can I move STACK and HEAP to it? How do I move it? (I did not find defined STACK address anywhere in KEIL project)Is...
Hi, We are developing a baseboard for the NUCLEO-F767ZI and use the ZIO connectors. Right beneath CN9, CN8, CN10 and CN7, there are mounting holes , that we want to use to make a robust mounting for industrial use. But the holes are very near and nor...
This MCU is having 3 RAM sections: RAM : 640KB,RAM2: 64KB,RAM3: 384KBI have modified my linker script(attached here) but don't know why the framebuffer is stored in RAM as well RAM3 section as per below snap? Linker script: STM32L4R9AIIX_FLASH.zipFol...
Hello,i am having problems to read data from the QSPI nor-flash if the address changes from 0x90FFFFFF to 0x91000000Everything is fine from 0x90000000 to 0x90FFFFFF but beginning from 0x91000000 there is no data.Example, i have an array stored at the...
Show me how to connect wifi to board B-L475E-IOT01A
Hello ,I Have configured STM32G030K6t6 MCU has SPI master . I have used SPI2 Module. Chip select is controlled manually by GPIO .I am unable to write exact data 0x79 in SPI2->DR register . Always it writes 0xff to DR and i am unable to read/Write an...