Skip to main content
Associate III
August 3, 2023
Solved

Distinguish setup CubeMx for Keil

  • August 3, 2023
  • 2 replies
  • 2553 views

Hello my friends, why is not generated setup from CubeMx for my Keil, why is distinguish setup ?12345678.png

This topic has been closed for replies.
Best answer by TDK

In the register fields that control these timings, a value of 0 means 1 HCLK cycle, hence the difference of 1.

TDK_0-1691063931571.png

Except for MEMHOLD which is the same:

TDK_1-1691063970614.png

 

2 replies

TDK
TDKBest answer
Super User
August 3, 2023

In the register fields that control these timings, a value of 0 means 1 HCLK cycle, hence the difference of 1.

TDK_0-1691063931571.png

Except for MEMHOLD which is the same:

TDK_1-1691063970614.png

 

"If you feel a post has answered your question, please click ""Accept as Solution""."
A.Rade.96Author
Associate III
August 3, 2023

Thanks a lot, this is user manual cubemx?

 

TDK
Super User
August 3, 2023

This is from a reference manual for the STM32F4 series.

Please mark a reply as the solution if you find that it answered the question, it helps close it out and lets others find it more easily.

"If you feel a post has answered your question, please click ""Accept as Solution""."
TDK
Super User
August 7, 2023

First thing to check would be to see if HAL_NAND_Write_Page_8b is returning an error code.

Note that last parameter to this function is the number of PAGES to write, not the number of BYTES.

"If you feel a post has answered your question, please click ""Accept as Solution""."