2023-08-03 04:47 AM
Hello my friends, why is not generated setup from CubeMx for my Keil, why is distinguish setup ?
Solved! Go to Solution.
2023-08-03 04:59 AM - edited 2023-08-03 05:00 AM
In the register fields that control these timings, a value of 0 means 1 HCLK cycle, hence the difference of 1.
Except for MEMHOLD which is the same:
2023-08-03 04:59 AM - edited 2023-08-03 05:00 AM
In the register fields that control these timings, a value of 0 means 1 HCLK cycle, hence the difference of 1.
Except for MEMHOLD which is the same:
2023-08-03 05:24 AM
Thanks a lot, this is user manual cubemx?
2023-08-03 06:11 AM
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.
2023-08-06 11:31 PM
Thanks a lot to you help me, but i'm interested how to testing write and read my nand memory. My code is below this message, but me return always false.
2023-08-07 04:59 AM
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.
2023-08-07 06:13 AM
Not return error, return HAL_OK for Write and Read return HAL_OK. Problem is arises to if loop is return else "FlagNand = false" . I don't understand why is false return!?